| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | boolcheck cannot be deleted here. | Tony Lownds | 2002-12-24 | 1 | -1/+1 |
| | | |||||
| * | Make this script execute using pythonw | Tony Lownds | 2002-12-23 | 1 | -0/+1 |
| | | |||||
| * | Move boolcheck to PyShell | Tony Lownds | 2002-12-23 | 1 | -7/+2 |
| | | |||||
| * | *** empty log message *** | Tony Lownds | 2002-12-20 | 1 | -1/+1 |
| | | |||||
| * | Update way a subprocess is launched for Mac OS X. | Tony Lownds | 2002-12-20 | 1 | -0/+46 |
| Another applet mechanism has been developed for Python on Mac OS X and trying to use the -c "__import__('run').main()" trick is just not working. macosx_main.py is a new file which should be used as the startup file for Mac OS X applet bundles. This startup file understands a -p option, which when seen will start run.main(). When running as an applet, this seems like the best approach. | |||||
