Re: [Pythonmac-SIG] Rocketship in the Dock

2008-09-02 Thread has
John Porter Simons wrote: I can run appscript from an interactive session and just ignore the rocketship in the dock, but when I run the same script from a Apache/ mod_python, it hangs. Probably because Apache doesn't run as a normal user so it can't get a GUI context. This is a bummer, I wa

Re: [Pythonmac-SIG] Making setuptools compile for x86_64

2008-09-02 Thread has
John Porter Simons wrote: Any way to inform setuptools that I also need "x86_64" architecture? I also ran into this problem while installing mod_python, dinked around with the makefile flags but gave up until I discovered that the latest subversion trunk has the correct flags for 64-bit.

[Pythonmac-SIG] Using Appscript in my application, how to include it in the bundle?

2008-09-02 Thread Chris Stevens
Hi all, Sorry if this has been previously addressed. I am writing an application in PyObjC and need to control various windows (some system commands and Keynote most notably, to export slides as individual images) using Applescript. I have had great difficulties using the scripting bridge to do th