![]() |
2010-02-01
, 14:03
|
Posts: 123 |
Thanked: 33 times |
Joined on Jan 2010
@ Stockholm
|
#92
|
Next version will allow the user to sync to an already existing calendar, without forcing the creation of a new one.
How massive the data source (how many events)? And from where? (Google or local calendar?).
The Following User Says Thank You to Palleman For This Useful Post: | ||
![]() |
2010-02-01
, 23:15
|
Posts: 479 |
Thanked: 641 times |
Joined on Dec 2007
@ Switzerland
|
#93
|
![]() |
2010-02-02
, 07:09
|
Posts: 22 |
Thanked: 6 times |
Joined on Dec 2009
@ Utrecht, the Netherlands
|
#94
|
Traceback (most recent call last): File "erminig-ng", line 43, in <module> import cwrapper File "/home/user/MyDocs/.documents/erminig-ng-0.1.1/cwrapper.py", line 13, in <module> lib = cdll.LoadLibrary(erminig_conf.libpath + "/libcalaccess.so") File "/usr/lib/python2.5/ctypes/__init__.py", line 431, in LoadLibrary return self._dlltype(name) File "/usr/lib/python2.5/ctypes/__init__.py", line 348, in __init__ self._handle = _dlopen(self._name, mode) OSError: /home/user/MyDocs/.documents/erminig-ng-0.1.1/libcalaccess.so: failed to map segment from shared object: Operation not permitted
![]() |
2010-02-02
, 07:23
|
Posts: 479 |
Thanked: 641 times |
Joined on Dec 2007
@ Switzerland
|
#95
|
Now I'm getting:
Code:Traceback (most recent call last): File "erminig-ng", line 43, in <module> import cwrapper File "/home/user/MyDocs/.documents/erminig-ng-0.1.1/cwrapper.py", line 13, in <module> lib = cdll.LoadLibrary(erminig_conf.libpath + "/libcalaccess.so") File "/usr/lib/python2.5/ctypes/__init__.py", line 431, in LoadLibrary return self._dlltype(name) File "/usr/lib/python2.5/ctypes/__init__.py", line 348, in __init__ self._handle = _dlopen(self._name, mode) OSError: /home/user/MyDocs/.documents/erminig-ng-0.1.1/libcalaccess.so: failed to map segment from shared object: Operation not permitted
The Following User Says Thank You to lorelei For This Useful Post: | ||
![]() |
2010-02-02
, 07:33
|
Posts: 22 |
Thanked: 6 times |
Joined on Dec 2009
@ Utrecht, the Netherlands
|
#96
|
Traceback (most recent call last): File "erminig-ng", line 524, in <module> syncNewEvents() File "erminig-ng", line 503, in syncNewEvents getNewEventsFromGoogle(lastSync) File "erminig-ng", line 302, in getNewEventsFromGoogle cdate = iso8601ToTimestamp(e.published.text) File "erminig-ng", line 249, in iso8601ToTimestamp return int(iso8601.parse(date)) File "/home/user/erminig-ng-0.1.1/iso8601.py", line 24, in parse return time.mktime(gmt) + __extract_tzd(m) - time.timezone OverflowError: mktime argument out of range
The Following User Says Thank You to dreixel For This Useful Post: | ||
![]() |
2010-02-02
, 09:51
|
Posts: 479 |
Thanked: 641 times |
Joined on Dec 2007
@ Switzerland
|
#97
|
Thanks, that worked, but now I have other problem:
This when running "python2-5 erminig-ng", after having run "python2-5 erminig-ng --sync-calendars". My N900 calendar looks unchanged (empty).Code:Traceback (most recent call last): File "erminig-ng", line 524, in <module> syncNewEvents() File "erminig-ng", line 503, in syncNewEvents getNewEventsFromGoogle(lastSync) File "erminig-ng", line 302, in getNewEventsFromGoogle cdate = iso8601ToTimestamp(e.published.text) File "erminig-ng", line 249, in iso8601ToTimestamp return int(iso8601.parse(date)) File "/home/user/erminig-ng-0.1.1/iso8601.py", line 24, in parse return time.mktime(gmt) + __extract_tzd(m) - time.timezone OverflowError: mktime argument out of range
![]() |
2010-02-02
, 10:07
|
Posts: 22 |
Thanked: 6 times |
Joined on Dec 2009
@ Utrecht, the Netherlands
|
#98
|
![]() |
2010-02-02
, 10:24
|
Posts: 22 |
Thanked: 6 times |
Joined on Dec 2009
@ Utrecht, the Netherlands
|
#99
|
The Following User Says Thank You to dreixel For This Useful Post: | ||
![]() |
2010-02-02
, 11:45
|
Posts: 3 |
Thanked: 0 times |
Joined on Jan 2010
|
#100
|
Feel free to drop me a message if you find a bug (or just if you find this piece of software useful): those are always appreciated!
Download of erminig-ng 0.1.1 is available in this post:
http://talk.maemo.org/showpost.php?p...7&postcount=93
it fixes the iso8601 problem a few users had. I've removed the original 0.1.0 release, since it was bugged!
File "erminig-ng", line 43, in <module> import cwrapper File "/home/user/MyDocs/erminig-ng/erminig-ng-0.1.1/cwrapper.py", line 13, in module> lib = cd11.LoadLibrary(erminig_conf.libpath + "/libcalccess.so") File "/usr/lib/python2.5/ctypes/__init__.py", line 431, in LoadLibrary return self._dlltype(name) File "/usr/lib/python2.5/ctypes/__init__.py", line 348, in __init__ self.handle = _dlopen(self._name, mode) ODError: /home/user/MyDocs/erminig-ng/erminig-ng-0.1.1/libcalaccess.so: failed to map segment form shared object: Operation not permitted
google_username = "my_username" google_password = "my_password" libpath = "/home/user/MyDocs/erminig-ng/erminig-ng-0.1.1" maxattempts = 4
![]() |
Tags |
erminig, erminig-ng, ernie nig, google calendar, google sync, synchronization |
|
I will use the dateutil module (additional dependency, but that package is available in Extra).
This means that I have to publish another version before the one with the GUI, since as you can imagine date handling is quite critical in Erminig, so I want to be sure that there is no hidden surprise somewhere with that new module.
Concerning the GUI: I will post a few screenshots of the mock-ups in the next few days.