![]() |
2010-01-31
, 19:19
|
Posts: 5 |
Thanked: 3 times |
Joined on Dec 2009
@ Northern Germany
|
#71
|
The Following User Says Thank You to AkkiMoto For This Useful Post: | ||
![]() |
2010-01-31
, 19:32
|
Posts: 35 |
Thanked: 17 times |
Joined on Aug 2009
|
#72
|
tuxfoo: thank you for the pointer to GetAllCalendarsFeed(): I kinda overlooked that possibility.
Upon inspection of CCalendar API, it's possible to flag a N900 calendar as read-only, so that should do the trick. I just have to figure out how to get the same information from Google Calendars, but I suspect that it won't be too difficult.
Concerning the colours, unfortunately the N900 palette of colours available to the calendar is quite limited (ten colours or so), whereas Google's palette is a bit more extended, so it won't always be possible to have a 1:1 matching between the two.
![]() |
2010-01-31
, 22:45
|
Posts: 123 |
Thanked: 33 times |
Joined on Jan 2010
@ Stockholm
|
#73
|
[*]I have troubles with a missing import (xml.utils.iso8601)
You are affected by this bug if Erminig-NG crashs at startup with the following message:
Code:Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: No module named iso8601
![]() |
2010-01-31
, 22:57
|
Posts: 123 |
Thanked: 33 times |
Joined on Jan 2010
@ Stockholm
|
#74
|
What is the output you get when you run the python2.5 command in an x-terminal?
~/erminig-ng-0.1.0 $ python2.5 Python 2.5.4 (r254:67916, Nov 26 2009, 22:24:46) [GCC 4.2.1] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from xml.utils.iso8601 import parse Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: No module named utils.iso8601
~/erminig-ng-0.1.0 $ dpkg --get-selections |grep python gnome-python install hildon-desktop-python-loader install python install python-all install python-bluez install python-cairo install python-central install python-conic install python-dbus install python-evolution install python-facebook install python-gconf install python-gdata install python-glade2 install python-gobject install python-gst0.10 install python-gtk2 install python-hildon install python-hildondesktop install python-imaging install python-lxml install python-minimal install python-notify install python-numeric install python-openssl install python-osso install python-papyon install python-pygame install python-runtime install python-simplejson install python-support install python-telepathy install python-twitter install python-xml install python2.5 install python2.5-minimal install
![]() |
2010-01-31
, 23:10
|
Posts: 123 |
Thanked: 33 times |
Joined on Jan 2010
@ Stockholm
|
#75
|
/home/user/erminig-ng-0.1.0 # find / -name "iso8601.py" /usr/lib/python2.5/site-packages/papyon/util/iso8601/iso8601.py /usr/share/pyshared/_xmlplus/utils/iso8601.py /home/opt/pymaemo/usr/share/pyshared/_xmlplus/utils/iso8601.py /home/opt/pymaemo/usr/lib/python2.5/site-packages/papyon/util/iso8601/iso8601.py /home/user/erminig-ng-0.1.0 #
The Following User Says Thank You to Palleman For This Useful Post: | ||
![]() |
2010-01-31
, 23:18
|
Posts: 479 |
Thanked: 641 times |
Joined on Dec 2007
@ Switzerland
|
#76
|
Anyway, python-xml has to my knowledge not been maintained for ten years or something, and is removed from later versions of python distributions. So you might consider using some other module for the 8601 stuff.
![]() |
2010-01-31
, 23:22
|
Posts: 479 |
Thanked: 641 times |
Joined on Dec 2007
@ Switzerland
|
#77
|
Changing the line from "import xml.utils.iso8601" to "import papyon.util.iso8601" made it work.Code:/home/user/erminig-ng-0.1.0 # find / -name "iso8601.py" /usr/lib/python2.5/site-packages/papyon/util/iso8601/iso8601.py /usr/share/pyshared/_xmlplus/utils/iso8601.py /home/opt/pymaemo/usr/share/pyshared/_xmlplus/utils/iso8601.py /home/opt/pymaemo/usr/lib/python2.5/site-packages/papyon/util/iso8601/iso8601.py /home/user/erminig-ng-0.1.0 #
/P
Nokia-N900-42-11:~# find / -name 'iso8601.py' /usr/lib/python2.5/site-packages/_xmlplus/utils/iso8601.py /usr/share/pyshared/_xmlplus/utils/iso8601.py /home/opt/pymaemo/usr/share/pyshared/_xmlplus/utils/iso8601.py /home/opt/pymaemo/usr/lib/python2.5/site-packages/_xmlplus/utils/iso8601.py
![]() |
2010-01-31
, 23:33
|
Posts: 479 |
Thanked: 641 times |
Joined on Dec 2007
@ Switzerland
|
#78
|
import sys print sys.path
![]() |
2010-01-31
, 23:33
|
Posts: 123 |
Thanked: 33 times |
Joined on Jan 2010
@ Stockholm
|
#79
|
![]() |
2010-01-31
, 23:35
|
Posts: 123 |
Thanked: 33 times |
Joined on Jan 2010
@ Stockholm
|
#80
|
>> import sys >>> print sys.path ['', '/usr/lib/python2.5', '/usr/lib/python2.5/plat-linux2', '/usr/lib/python2.5/lib-tk', '/usr/lib/python2.5/lib-dynload', '/usr/local/lib/python2.5/site-packages', '/usr/lib/python2.5/site-packages', '/usr/lib/python2.5/site-packages/Numeric', '/usr/lib/python2.5/site-packages/PIL', '/usr/lib/python2.5/site-packages/gst-0.10', '/usr/lib/pymodules/python2.5', '/usr/lib/python2.5/site-packages/gtk-2.0', '/usr/lib/pymodules/python2.5/gtk-2.0'] >>>
The Following User Says Thank You to Palleman For This Useful Post: | ||
![]() |
Tags |
erminig, erminig-ng, ernie nig, google calendar, google sync, synchronization |
|