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):
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1038429 Title: update-software-center crashed with order (MRO) for bases SafeConfigParser, object in __new__() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1038429/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
