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
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
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
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
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