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 "<stdin>", line 1, in <module>
ImportError: No module named bonobo

After installing python-gnome2:

>>> import import evolution
>>> print evolution.ecal
<module 'evolution.ecal' from 
'/usr/lib/python2.7/dist-packages/gtk-2.0/evolution/ecal.so'>

This would be fixed by adding python-gnome2 to the python-evolution
dependencies.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1041785

Title:
  python-evolution evolution.ecal has NoneType

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-python-desktop/+bug/1041785/+subscriptions

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

Reply via email to