[Pyobjc-dev] Snow Leopard + PyObjc + Sync Services, no longer working
Brought to you by:
ronaldoussoren
From: Mani G. <ma...@tu...> - 2009-08-31 20:05:58
|
Hi all, I have some code that stopped working with Snow Leopard. I am investigating the issue now to find out whether it is a problem with my code, or if something has changed in PyObjc and/or Sync Services with Snow Leopard. I am getting the following error: error: ISyncServerUnavailableException - Lost connection to the sync server: NSInvalidReceivePortException: connection went invalid while waiting for a reply ((null)) When calling the function: "ISyncSession.beginSessionWithClient_entityNames_beforeDate_" The code in question works consistently with 10.5.x. Does anybody have any ideas with regards to this? I will be putting together a simple Xcode project to demonstrate the error, but for now was hoping somebody would know what is going on here. TIA & Kind regards, Mani |