Commit dfadbeed authored by sumpfralle's avatar sumpfralle

use "pythonw.exe" instead of "python.exe" to avoid the ugly terminal window (only for Windows)


git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@448 bbaffbd6-741e-11dd-a85d-61de82d9cad9
parent 5a4fdf38
......@@ -43,7 +43,7 @@ except NameError:
START_MENU_SUBDIR = os.path.join(START_MENU_BASEDIR, "PyCAM")
# create a start menu item for pycam
PYTHON_EXE = os.path.join(distutils.sysconfig.EXEC_PREFIX, "python.exe")
PYTHON_EXE = os.path.join(distutils.sysconfig.EXEC_PREFIX, "pythonw.exe")
START_SCRIPT = os.path.join(distutils.sysconfig.EXEC_PREFIX, "Scripts", "pycamGUI")
RUN_TARGET = '%s "%s"' % (PYTHON_EXE, START_SCRIPT)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment