After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 553368 - Debug warning/error when reading tasks from Evolution
Debug warning/error when reading tasks from Evolution
Status: RESOLVED NOTABUG
Product: hamster-applet
Classification: Deprecated
Component: general
2.23.x
Other Linux
: Normal normal
: ---
Assigned To: hamster-applet-maint
hamster-applet-maint
Depends on:
Blocks:
 
 
Reported: 2008-09-23 08:05 UTC by Rolf Kleef
Modified: 2008-09-23 09:14 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Rolf Kleef 2008-09-23 08:05:49 UTC
On my Ubuntu 8.04 laptop, Hamster does not seem to see any tasks in Evolution, although I get the impression it should. When running in debug mode, it shows the following text when starting up: 

** (hamster-applet:24000): DEBUG: Opening calendar source uri: file:///home/rolf/.evolution/tasks/local/system

'ecal.ECalComponent' object has no attribute 'get_status'

...

I have python-evolution 0.0.4-1 installed, hamster-applet 2.23.93~ppa2, and there are some tasks in ~/.evolution/tasks/local/system/tasks.ics. The Pimlico tasks application works with them quite fine.

What am I missing to make this work?
Thanks! :-)
Comment 1 Patryk Zawadzki 2008-09-23 08:07:43 UTC
You are probably still using python-evolution where python-gnome-desktop (2.22+) is preferred.
Comment 2 Rolf Kleef 2008-09-23 09:08:10 UTC
thanks Patryk

I had both packages python-gnome2-desktop and python-evolution installed, removed python-evolution, and now it works. One more hurdle gone :-)

python-evolution is required by the conduit package (on Ubuntu 8.04LTS at least): http://packages.ubuntu.com/hardy/conduit -- Is there a way to let them co-exist and have Hamster pick the right stuff?
Comment 3 Patryk Zawadzki 2008-09-23 09:14:08 UTC
python-evolution is part of python-gnome-desktop since 2.22 (actually python-gnome-desktop is a superset of python-evolution). Conduit should work fine with gnome-desktop, please contact your distribution developers and have them check and correct the dependencies. python-evolution is no longer maintained and should not be installed.