You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm guessing that you are using Python 3 instead of Python 2. If this is the case, you may either try running shutterscrape.py with Python 2 or change the code to Python 3 syntax, e.g. from urllib.request import urlopen.
Hi Chuan,
when I try to run shutterscrape.py it prompts me an import error.
Alexanders-MacBook-Pro:shutterscrape alexandersantiago$ python shutterscrape.py
Traceback (most recent call last):
File "shutterscrape.py", line 6, in
from urllib import urlopen
ImportError: cannot import name 'urlopen'
Can you help me on that one please?
The text was updated successfully, but these errors were encountered: