View Single Post
Posts: 123 | Thanked: 33 times | Joined on Jan 2010 @ Stockholm
#83
Originally Posted by lorelei View Post
OK, found a possible workaround that XML problem (by the way, thank you Palleman for putting me on the right track!).

Instead of importing xml.utils.iso8601, we can import _xmlplus.utils.iso8601 (and modify all references to the new import)
That didn't work for me. It still complained avout the missing module.

I looked into our find results, and we both have _xmlplus in /usr/share/pyshared but you also have /usr/lib/python2.5/site-packages/_xmlplus/ which I don't.

I added a symlink, and that made everything work. I changed the import line and all references in the file, deleted the .db file, reran the --sync-calendars and ran a bare erminig-ng. It is now adding events from Google to the new local calendar.

It is slow and it's eating resources, but I guess that's what you get for running stuff that's not even in a .deb yet, and in addition doing it with a massive data source and output straight to the screen...

Last edited by Palleman; 2010-02-01 at 00:40.