Re: [Pythonmac-SIG] client + server

2006-06-12 Thread Bob Ippolito
On Jun 12, 2006, at 9:15 AM, Feat wrote: > I need some help to make this simple program run [please, see the > source code below] as it's probably some basic misunderstanding. > I'm trying to lay out the principles of an elementary chat server > with a fixed number of clients, and I've been

Re: [Pythonmac-SIG] krix, a visual music browser for OS X written in pyobjc

2006-06-12 Thread Nehemiah Dacres
to mr Kohnhorst did u design that page in iweb? It looks good. to the rest  I wanted to get into pyopbc, but i only learned python in class last semester freshman year. it was geared towards object oriented programming, not to design end user software so i have no where to start for a gui. I would

[Pythonmac-SIG] client + server

2006-06-12 Thread Feat
I need some help to make this simple program run [please, see the source code below] as it's probably some basic misunderstanding. I'm trying to lay out the principles of an elementary chat server with a fixed number of clients, and I've been testing these two programs on my local network -- WiF

[Pythonmac-SIG] exception on NSWorkspace.launchAppWithBundleIdentifier_options_additionalEventParamDescriptor_launchIdentifier_

2006-06-12 Thread Nicholas Riley
Hi, I'm trying to launch an app in the background, as follows: ws = NSWorkspace.sharedWorkspace() ws.launchAppWithBundleIdentifier_options_additionalEventParamDescriptor_launchIdentifier_(bundleID, NSWorkspaceLaunchAndHide | NSWorkspaceLaunchWithoutActivation, None) I've tried simplify

Re: [Pythonmac-SIG] py2app universal binary problems

2006-06-12 Thread Dan White
Hi Steve, I have got as far a building the python wrapped c++ libraries i need to use on ppc and intel, and now I need to lipo them together to make universal ones, then i can get working with py2app. We had problem previously with py2app not picking up all the bits it needed to make a workin