]> granicus.if.org Git - python/commit
Mods by Donovan Preston (with changes by me to make them "go with the flow")
authorJack Jansen <jack.jansen@cwi.nl>
Tue, 11 Sep 2001 13:08:10 +0000 (13:08 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Tue, 11 Sep 2001 13:08:10 +0000 (13:08 +0000)
commit998a40a6d40a4ee5272f8683fbc3e9c801867fca
tree836f90d6039d1dd324e0f1442a650c1c57b11e01
parent0b60772ee9c32f9baa0d739aa603743ca9c511f6
Mods by Donovan Preston (with changes by me to make them "go with the flow")
that will detect an __main__.py or __rawmain__.py in the application bundle.
This file is then exectued as the main script. We now have applets in
MachO Python!!!

The difference between __main__ and __rawmain__ is that the former gets a
complete simulated argv (so you can drop files on the applet and the script
sees them in sys.argv) while the latter skips the argv simulation and the
<option>key dialog. This keeps the AppleEvent that started the app intact,
as well as the funny "-psn_xxxx" argv[1] argument, so the script can do
with these what it wants.
Mac/Python/macmain.c