Syntax error: invalid syntax
Brought to you by:
jpmcc
I just downloaded 0.9.9.0.1 and the most recent version of Python (3.1). When running
c:\Python31\pythonw.exe" main.py
or
c:\Python31\python.exe" main.py (no W in the name for python.exe)
the following error is generated:
File "main.py", line 36
print 'NTLM authorization Proxy Server v%s' % conf['GENERAL']['VERSION']
^
SyntaxError: invalid syntax
On WinXp
Using Python version 2 instead of version 3 should solve your problem.