Comment 3 for bug 1038429

Revision history for this message
Peter Johnson (pajohnson) wrote :

I had the same problem after updating to 12.10, with software-center always crashing immediately. I fixed it by changing line 33 of /usr/share/software-center/softwarecenter/config.py from
class SoftwareCenterConfig(object, SafeConfigParser):
to
class SoftwareCenterConfig(SafeConfigParser):