Turpial icon indicating copy to clipboard operation
Turpial copied to clipboard

Install error?!

Open tr37ion opened this issue 8 years ago • 1 comments

 # python setup.py install

causes error:

  File "setup.py", line 24
    print sub_commands
                     ^
SyntaxError: Missing parentheses in call to 'print'

tr37ion avatar Feb 05 '16 14:02 tr37ion

I know it's been little over a year since you posted this, but if you're still interested in solving this: try this command instead:

python2 setup.py install

Vistaus avatar Feb 26 '17 09:02 Vistaus