Use pythonw.exe instead of python.exe
parent
f6f4ca0f29
commit
0f763a8d58
|
@ -8,7 +8,7 @@ import os
|
|||
from moo.utils import _
|
||||
|
||||
if os.name == 'nt':
|
||||
PYTHON_COMMAND = '"' + sys.exec_prefix + '\\python.exe" -u'
|
||||
PYTHON_COMMAND = '"' + sys.exec_prefix + '\\pythonw.exe" -u'
|
||||
else:
|
||||
PYTHON_COMMAND = 'python -u'
|
||||
|
||||
|
|
Loading…
Reference in New Issue