Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SyntaxError: Missing parentheses in call to 'print'. #5

Open
philhar88 opened this issue Apr 19, 2020 · 0 comments
Open

SyntaxError: Missing parentheses in call to 'print'. #5

philhar88 opened this issue Apr 19, 2020 · 0 comments

Comments

@philhar88
Copy link

philhar88 commented Apr 19, 2020

Using Python 3.8 on macOS Catalina

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/Users/pph/ripyl/ripyl/__init__.py", line 13, in <module>
    import ripyl.config
  File "/Users/pph/ripyl/ripyl/config.py", line 101
    print 'Cython status'
          ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('Cython status')?```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant