http://wiki.mandriva.com/en/2008.1_Synchronization
Unfortunately, I got stuck when trying to create a partnership in the mainscreen of the SynCE KDE PDA Manager. Running the synce-kpm on the shell, revealed the following error:
CODE
GUI :: Creating partnership
DS :: Create partnership
Error happened during creation of partnership...
Error was:
org.freedesktop.DBus.Python.AttributeError: Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/dbus/service.py", line 696, in _message_cb
retval = candidate_method(self, *args, **keywords)
File "/usr/lib/python2.5/site-packages/synceKPM/dataserver/dataserver.py", line 542, in createPartnership
raise e
DBusException: org.freedesktop.DBus.Python.AttributeError: Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/dbus/service.py", line 696, in _message_cb
retval = candidate_method(self, *args, **keywords)
File "/usr/lib/python2.5/site-packages/SyncEngine/kernel.py", line 689, in CreatePartnership
id=self.PshipManager.CreateNewPartnership(name, sync_items).info.id
File "/usr/lib/python2.5/site-packages/SyncEngine/pshipmgr.py", line 457, in CreateNewPartnership
self.engine.rapi_session.SetConfig("Sync.Sources", source)
AttributeError: 'NoneType' object has no attribute 'SetConfig'
DS :: Create partnership
Error happened during creation of partnership...
Error was:
org.freedesktop.DBus.Python.AttributeError: Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/dbus/service.py", line 696, in _message_cb
retval = candidate_method(self, *args, **keywords)
File "/usr/lib/python2.5/site-packages/synceKPM/dataserver/dataserver.py", line 542, in createPartnership
raise e
DBusException: org.freedesktop.DBus.Python.AttributeError: Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/dbus/service.py", line 696, in _message_cb
retval = candidate_method(self, *args, **keywords)
File "/usr/lib/python2.5/site-packages/SyncEngine/kernel.py", line 689, in CreatePartnership
id=self.PshipManager.CreateNewPartnership(name, sync_items).info.id
File "/usr/lib/python2.5/site-packages/SyncEngine/pshipmgr.py", line 457, in CreateNewPartnership
self.engine.rapi_session.SetConfig("Sync.Sources", source)
AttributeError: 'NoneType' object has no attribute 'SetConfig'
Any idea why this is and how I can solve the problem? Is it a library / packaging problem?
