It seems to be a python issue, but only when dealing with
legacy/deprecated classes.  It would not be hard to fix the
applications; where you see:

class Foo:
    ...

Change it to:

class Foo(object):
   ...

And the problem should go away.

-- 
[Jaunty] alarm-clock causes screen to freeze
https://bugs.launchpad.net/bugs/321176
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to