Uzun lafın kısası: pythonw.exe
hiçbir şey yapmaz, hiçbir şey python.exe
kabul etmez (hangisini kullanmalıyım?)
test.py:
print "a"
CMD penceresi:
C:\path>pythonw.exe test.py
<BLANK LINE>
C:\path>
C:\path>python.exe test.py
File "C:\path\test.py", line 7
print "a"
^
SyntaxError: invalid syntax
C:\path>
Lütfen bana ne yanlış yaptığımı söyle.