[Pythonmac-SIG] Getting py2app to work with svn 1.5.1?

2008-08-20 Thread Russell E. Owen
I just realized I can no longer build my Python application using py2app since upgrading to svn 1.5.1. The application uses Tkinter, matplotlib and Image (PIL). I am on MacOS X 10.4.11 using Python 2.5.2 from python.org and ActiveState Tcl/Tk 8.4.19. The first symptom were well-known problems "

Re: [Pythonmac-SIG] applescript bundle droplet

2008-08-20 Thread beau
I am using apple script to create a droplet that basically lets you pass the incoming file as an argument to a bundled python script. The python script then displays the output in a UI made with Tkinter. Questions: 1. is it possible to quit the apple script before python sends it's exit code? 2. I