I've followed the wiki instructions, but I get this error:
Code:
hp:/home/iacopo/libprs500# python setup.py develop
Traceback (most recent call last):
File "setup.py", line 18, in ?
from libprs500 import __version__ as VERSION
File "src/libprs500/__init__.py", line 63
codec = 'cp1252' if iswindows else 'utf8'
^
SyntaxError: invalid syntax