Same here. It crashed in About.py on line 51. There is a string containing a (non- ascii) copyright sign, which is encoded with utf-8 in the file.
As a quick fix I copied the following line to the beginning of /var/lib/python-support/python2.5/glipper/About.py : # -*- coding: utf-8 -*- (BTW: Recently I got updates for various python packages. Perhaps the default encoding has changed or is treated more strict now?) -- glipper crashed with SyntaxError in <module>() https://bugs.launchpad.net/bugs/333476 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
