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

error #2

Open
dazzaji opened this issue May 9, 2017 · 2 comments
Open

error #2

dazzaji opened this issue May 9, 2017 · 2 comments

Comments

@dazzaji
Copy link

dazzaji commented May 9, 2017

I get the error "Missing parentheses in call to 'print'" when I try to run "python (makesite.py)"

@fspaolo
Copy link
Owner

fspaolo commented May 9, 2017

You are probably using Python 3.x (which requires print => print())? The code was done using Python 2.7. An easy fix would be to add parenthesis to each 'print' statement. Just replace: print 'string' => print('string')

I'll see if I can update the code.

@fspaolo
Copy link
Owner

fspaolo commented May 9, 2017 via email

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