|
|
Submitter: (bug-tag: NO_DESCRIPTION)
Message from stderr:
Traceback (most recent call last):
File "C:\Program Files\GNU Solfege\share\solfege\solfege\gu.py", line 713, in on_open
solfege.win.display_exception_message(e)
File "C:\Program Files\GNU Solfege\share\solfege\solfege\mainwin.py", line 755, in display_exception_message
m.add_nonwrapped_text(exception.m_nonwrapped_text)
File "C:\Program Files\GNU Solfege\share\solfege\solfege\exceptiondialog.py", line 110, in add_nonwrapped_text
l.set_markup('<span font_family="monospace">%s</span>' % gu.escape(text))
TypeError: GtkLabel.set_markup() argument 1 must be string without null bytes, not unicode
Traceback (most recent call last):
File "C:\Program Files\GNU Solfege\share\solfege\solfege\gu.py", line 713, in on_open
solfege.win.display_exception_message(e)
File "C:\Program Files\GNU Solfege\share\solfege\solfege\mainwin.py", line 755, in display_exception_message
m.add_nonwrapped_text(exception.m_nonwrapped_text)
File "C:\Program Files\GNU Solfege\share\solfege\solfege\exceptiondialog.py", line 110, in add_nonwrapped_text
l.set_markup('<span font_family="monospace">%s</span>' % gu.escape(text))
TypeError: GtkLabel.set_markup() argument 1 must be string without null bytes, not unicode
|