En bref: pythonw.exene fait rien, python.exen'accepte rien (lequel dois-je utiliser?)
test.py:
print "a"
Fenêtre 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>
S'il vous plaît dites-moi ce que je fais mal