Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Python3 support #35

Open
reverson opened this issue Oct 1, 2019 · 0 comments
Open

Python3 support #35

reverson opened this issue Oct 1, 2019 · 0 comments

Comments

@reverson
Copy link

reverson commented Oct 1, 2019

When I install under python3 I get the following error:

>>> from dogpush import dogpush
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/local/lib/python3.7/site-packages/dogpush/dogpush.py", line 229
    print '# team: TEAMNAME'
                           ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('# team: TEAMNAME')?
>>>

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant