[Pythonmac-SIG] using py2app to include the python interpreter?

2008-08-01 Thread Patrick Li
Hi, I just used py2app to bundle my app on Leopard. It works fine on my computer. However, when I let my friend run the app on his machine that is running Tiger, it returned an error regarding the python runtime: "A Python runtime could be located. You may need to install a framework build of

Re: [Pythonmac-SIG] using py2app to include the python interpreter?

2008-08-01 Thread Patrick Li
lueError("Unknown load command: %d" % (cmd_load.cmd,)) ValueError: Unknown load command: 27 > /Users/patrickli/client/gxl/trunk/client/src/build/bdist.macosx-10.3-i386/egg/macholib/MachO.py(178)load() (Pdb) On Fri, Aug 1, 2008 at 5:08 PM, Russell E. Owen <[EMAIL PROTECTED]> wrote

[Pythonmac-SIG] Getting window class names on OSX?

2008-11-04 Thread Patrick Li
Hi, I'm interested in finding a way to enumerate through all the open windows on OSX and getting their window title names. On windows, I can call *win32gui* .*EnumWindows to get this information. I haven't found a similar way to do it for OSX yet.* Thanks in advance, Patrick