lericson / fish

The Python module that swims
http://sendapatch.se/
BSD 3-Clause "New" or "Revised" License
66 stars 24 forks source link

doesn't work on python3 #10

Closed abhishekupadhyaya closed 8 years ago

abhishekupadhyaya commented 8 years ago
print fish_name
              ^

SyntaxError: Missing parentheses in call to 'print'

lericson commented 8 years ago

It works fine, you're not installing it properly

On 1 Sep 2016, at 19:47, Abhishek Upadhyaya Ghimire notifications@github.com wrote:

print fish_name ^ SyntaxError: Missing parentheses in call to 'print'

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

abhishekupadhyaya commented 8 years ago

sorry, i installed for python2 and ran on python3