Ah, thanks! I accidently changed that, will fix it in the next version. Thanks for reporting! EDIT: Workaround is to edit fmms_gui.py description = description.encode('utf-8', 'ignore') to description = description.decode('utf-8', 'ignore') (I think)
~ $ /opt/fmms/fmms_gui.py /usr/lib/python2.5/sre_parse.py:180: Warning: g_object_get_qdata: assertion `G_IS_OBJECT (object)' failed self.width = int(min(lo, sys.maxint)), int(min(hi, sys.maxint)) /usr/lib/python2.5/sre_parse.py:180: Warning: g_object_set_qdata_full: assertion `G_IS_OBJECT (object)' failed self.width = int(min(lo, sys.maxint)), int(min(hi, sys.maxint)) ~ $