From: Jijun Yu <Jij...@Su...> - 2006-09-11 05:24:39
|
Thanks Markus ... I installed httplib2 as you said, but it sill failed. Should proxy be set for opensync and how to set? Currently output is as below: bash-3.00$ msynctool --sync google-evo Synchronizing group "google-evo" The previous synchronization was unclean. Slow-syncing Member 1 of type google-calendar just connected Member 2 of type evo2-sync just connected All clients connected or error Received a entry pas-id-4420B0990000000E with data of size 4 from member 2. Changetype ADDED Received a entry 20060322T020227Z-5253-1-1-7@jordan with data of size 4 from member 2. Changetype ADDED Received a entry 20060322T020227Z-5253-1-1-6@jordan with data of size 4 from member 2. Changetype ADDED Received a entry 20060906T101249Z-2337-1-1-0@jordan with data of size 4 from member 2. Changetype ADDED Received a entry 20060322T014844Z-5253-1-1-3@jordan with data of size 4 from member 2. Changetype ADDED Received a entry 20060322T014844Z-5253-1-1-1@jordan with data of size 4 from member 2. Changetype ADDED Received a entry 20060322T014844Z-5253-1-1-2@jordan with data of size 4 from member 2. Changetype ADDED Received a entry 20060322T014732Z-20247-1-1-4@jordan with data of size 4 from member 2. Changetype ADDED Received a entry 20060322T014923Z-20247-1-1-6@jordan with data of size 4 from member 2. Changetype ADDED Member 2 of type evo2-sync just sent all changes Traceback (most recent call last): File "/usr/libexec/google-cal-helper", line 397, in ? sys.exit(main(sys.argv)) File "/usr/libexec/google-cal-helper", line 389, in main return fn(argv) File "/usr/libexec/google-cal-helper", line 272, in oper_get_all r,c = self.h.request(self.url) File "/usr/lib/python2.4/site-packages/httplib2/init.py", line 764, in request (response, content) = self._request(conn, authority, uri, request_uri, method, body, headers, redirections, c achekey) File "/usr/lib/python2.4/site-packages/httplib2/init.py", line 602, in _request (response, content) = self._conn_request(conn, request_uri, method, body, headers) File "/usr/lib/python2.4/site-packages/httplib2/init.py", line 580, in _conn_request conn.connect() File "/usr/lib/python2.4/httplib.py", line 611, in connect socket.SOCK_STREAM): socket.gaierror: (8, 'node name or service name not known') Member 1 of type google-calendar had an error while getting changes: Helper exited abnormally Member 1 of type google-calendar just disconnected Member 2 of type evo2-sync just disconnected All clients have disconnected The sync failed: Unable to read from one of the members Error synchronizing: Unable to read from one of the members Here's my configuration for google-calendar(my user name/password is replaced with USER/PASSWORD here): <config> <url>http://www.google.com/calendar/feeds/US...@gm.../private/full</url> <username>US...@gm...</username> <password>PASSWORD</password> </config> config for evo2 plugin (my root path is at /export/home/jerry): <config><address_path>file:///export/home/jerry/.evolution/addressbook/local/system</address_path> <calendar_path>file:///export/home/jerry/.evolution/calendar/local/system</calendar_path> <tasks_path>file:///export/home/jerry/.evolution/tasks/local/system</tasks_path> </config> Thanks, Jerry me...@me... wrote: >> Outputs when syncing: >> bash-3.00$ msynctool --sync evo2-google >> Synchronizing group "evo2-google" >> The previous synchronization was unclean. Slow-syncing >> Member 2 of type google-calendar just connected >> Member 1 of type evo2-sync just connected >> All clients connected or error >> Traceback (most recent call last): >> File "/usr/libexec/google-cal-helper", line 27, in ? >> import sys, httplib2, os, re >> ImportError: No module named httplib2 >> > > This message implies that you don't have httplib2 on your system. This is a Python extension module. I never synced OpenSync with Google Calendar, and so I don't know where you would be able to get httplib2 etc. > > > Markus > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Opensync-users mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensync-users > |