nickpettican / InstaBot

:robot: Automate your Instagram activity with InstaBot, a customisable bot that likes, follows and comments
Apache License 2.0
224 stars 51 forks source link

Missing parentheses in call to 'print' #55

Closed SteveWSol closed 5 years ago

SteveWSol commented 5 years ago

python run.py

File "run.py", line 35
print 'Could not open config file, check parameters.'
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('Could n ot open config file, check parameters.')?

nickpettican commented 5 years ago

Hi @Stevio2000 , you're probably using Python 3, you need Python 2 to run the bot. I recommend using conda to manage python versions and environments. Let me know if you get it sorted 👍

nickpettican commented 5 years ago

Closing this, let me know if it's still not working and I can reopen