I'm trying out a hello world python script on WinXP. When I execute:
python test.py arg1.log
I get an error for the first line of the script, which is 'import sys':
File "test.py", line 1, in <module>
i
NameError: name 'i' is not defined
Any suggestions?