Per farla breve: pythonw.exenon fa nulla, non python.exeaccetta nulla (quale dovrei usare?)
test.py:
print "a"
Finestra CMD:
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>
Per favore, dimmi cosa sto facendo di terribilmente sbagliato.