[Pythonmac-SIG] applescript bundle droplet

beau djcypod at gmail.com
Thu Aug 21 03:08:42 CEST 2008


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. Is there anyway to suppress the console so only the UI shows up on screen?
3. How can I change the name of the title on the menu bar from python
to my app's name?


More information about the Pythonmac-SIG mailing list