Re: [Pythonmac-SIG] distributed objects with PyObjC

2006-01-13 Thread Robert Brown
What sort of crash?  It took me a while to get distributed objects working in PyObjC.  One of the problems was that oneway void was broken in PyObjC for a while.  It was fixed in the CVS version at the time, so if you're using an old copy try updating.On 12-Jan-06, at 10:17 AM, Keith Ray wrote:I'm

[Pythonmac-SIG] distributed objects with PyObjC

2006-01-12 Thread Keith Ray
I'm trying to test-implement Distributed Object using the example server / client from the book "Cocoa Programming" by Scott Anguish, Erik M. Buck, Donald A. Yacktman (chapter 23). I've kept the sample server in Objective C, and I'm trying to implem