Long story short: pythonw.exe
does nothing, python.exe
accepts nothing (which one should I use?)
test.py:
print "a"
CMD window:
C:path>pythonw.exe test.py
<BLANK LINE>
C:path>
C:path>python.exe test.py
File "C:pathest.py", line 7
print "a"
^
SyntaxError: invalid syntax
C:path>
Please tell me what I'm doing terrible wrong.
Question&Answers:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…