• Tony Lownds's avatar
    Update way a subprocess is launched for Mac OS X. · f53dec2e
    Tony Lownds yazdı
    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.
    f53dec2e
run.py 3.09 KB