satanas / Turpial

Twitter client written in Python. Light, fast, fully functional and integrated to the user desktop
http://turpial.org.ve
GNU General Public License v3.0
175 stars 47 forks source link

Install error?! #396

Open tr37ion opened 8 years ago

tr37ion commented 8 years ago
 # python setup.py install

causes error:

  File "setup.py", line 24
    print sub_commands
                     ^
SyntaxError: Missing parentheses in call to 'print'
Vistaus commented 7 years ago

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