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?
_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to