[Desktop-packages] [Bug 1041785] Re: python-evolution evolution.ecal has NoneType

2012-09-12 Thread newbuntu
Installing python-gnome2 does not solve all the issues. Although ecal is imported properly, it does not function in every way it should. For example, this is correct: calendars = evolution.ecal.list_calendars() calendars [('Personal', 'local:system')] But this is not (calendar does have events

[Desktop-packages] [Bug 1041785] Re: python-evolution evolution.ecal has NoneType

2012-09-11 Thread newbuntu
Installing python-gnome2 solves this, because it adds the bonobo modules. ecal and ebook cannot be imported in python-evolution's __init__.py without bonobo: Before installing python-gnome2: import evolution print evolution.ecal None import ecal Traceback (most recent call last): File

[Desktop-packages] [Bug 1041785] [NEW] python-evolution evolution.ecal has NoneType

2012-08-26 Thread newbuntu
Public bug reported: With python-evolution installed version 2.32.0+dfsg-2 in quantal, I get the following behavior: import evolution print evolution.ecal None evolution.ecal.list_calendars() Traceback (most recent call last): File stdin, line 1, in module AttributeError: 'NoneType' object