> Before Mark wrote up this pep I had started experimenting with how to > make the launcher and I was able to get it to launch python while > exiting py.exe and as far as I could tell it behaved just as if I had > launched the app directly by double clicking it.
In this code, py.exe terminates way before the actual Python script terminates, right? So if somebody would launch a python script with py.exe, they would think it was completed even though it would still be running. Regards, Martin _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com