further refinements to .py -> .pyw and python -> pythonw change

This commit is contained in:
sqlcoder
2010-06-07 19:29:59 +01:00
parent 1c897e54d5
commit 8e0fb78570
2 changed files with 4 additions and 7 deletions
+1 -1
View File
@@ -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)