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

invalid syntax on line 110 in crawl.py #5

Closed
rslu2000 opened this issue Feb 9, 2017 · 2 comments
Closed

invalid syntax on line 110 in crawl.py #5

rslu2000 opened this issue Feb 9, 2017 · 2 comments

Comments

@rslu2000
Copy link

rslu2000 commented Feb 9, 2017

I run the program crawl.py in Mac OS using Python3. Then I got the invalid syntax message as the followings:
$ python3 crawl.py
" File "crawl.py", line 110
print 'Crawling {}'.format(date_str)
^
SyntaxError: invalid syntax"

Also the same results on using python2

@Asoul
Copy link
Owner

Asoul commented Feb 9, 2017

This version is currently python2.7, use python2.7 can solve it, thanks.

@Asoul Asoul closed this as completed Feb 9, 2017
@rslu2000
Copy link
Author

thanks

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