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' #3

Open
antonkulaga opened this issue Mar 28, 2018 · 1 comment
Open

SyntaxError: Missing parentheses in call to 'print' #3

antonkulaga opened this issue Mar 28, 2018 · 1 comment

Comments

@antonkulaga
Copy link

Traceback (most recent call last):
  File "sample.py", line 3, in <module>
    import model as m
  File "/home/antonkulaga/rnn-handwriting-generation/model.py", line 3, in <module>
    from utils import vectorization
  File "/home/antonkulaga/rnn-handwriting-generation/utils.py", line 261
    print "error in " + filename
                    ^
SyntaxError: Missing parentheses in call to 'print'
@ctrlcctrlv
Copy link

Use Python 2.

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

2 participants