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

2008-09-03 Thread Joseph W. Losco
Hello Chris, I just did the same thing however with only a pure python program with py2app, however I expect the process to be the same or similar at least. With this it was a single enclosed app with no additional installs. What i did to make it work was the following. 1) I removed all o

Re: [Pythonmac-SIG] Rocketship in the Dock

2008-09-03 Thread John Porter Simons
Thanks for the info on py-appscript, I think there's no real harm to running Apache as myself. I'm doing some pretty cool stuff with python -- I'm using Django and Orbited together in the same mod_python instance, with Orbited not as a proxy like people usually do. I'm getting it so my Django code

Re: [Pythonmac-SIG] Creating Application()

2008-09-03 Thread Bill Janssen
> can anyone recommend some tutorials for Cocoa ObjectiveC? An excellent book, COCOA PROGRAMMING FOR MAC OS X, THIRD EDITION, by Aaron Hillegass. Go through the first four chapters and you'll be set. (The rest of the book is about Cocoa and Interface Builder). Bill _