Closed ghost closed 9 years ago
You probably run it with Python 3. I plan to make it 3.4-compatible, but as a quick solution just try Python 2.x.
Hi, Thanks I got it working. I'll detail the steps.
I'm on archlinux on raspberry pi:
which python
then type for example me
/usr/bin/python , hit tab, again , then you should see python2.7
install from here https://pypi.python.org/pypi/tornado but replace python with /usr/bin/python2.7
you must do this step.
then run the script /usr/bin/python2.7 crawler.py
success!
Cool, thanks for your feedback!
Hi I get this error:
However on checking config.json my details are correct:
I also did this: https://support.google.com/accounts/answer/6010255
Any ideas?