further refinements to .py -> .pyw and python -> pythonw change
This commit is contained in:
+1
-1
@@ -27,5 +27,5 @@ import sys
|
||||
sys.stdout.write('fpdb.py has been renamed to fpdb.pyw - now calling fpdb.pyw ...\n\n')
|
||||
sys.stdout.flush()
|
||||
|
||||
os.execvpe('python.exe', ('python.exe', 'fpdb.pyw', '-r'), os.environ)
|
||||
os.execvpe('pythonw.exe', ('pythonw.exe', 'fpdb.pyw', '-r'), os.environ)
|
||||
# first arg is ignored (name of program being run)
|
||||
|
||||
Reference in New Issue
Block a user