pythonw.exe or python.exe?

前端 未结 6 1462
旧时难觅i
旧时难觅i 2020-11-22 08:36

Long story short: pythonw.exe does nothing, python.exe accepts nothing (which one should I use?)

test.py:

print \"a\"
         


        
6条回答
  •  醉话见心
    2020-11-22 09:03

    See here: http://docs.python.org/using/windows.html

    pythonw.exe "This suppresses the terminal window on startup."

提交回复
热议问题