googlecodelabs / recaptcha-codelab

Apache License 2.0
12 stars 20 forks source link

ModuleNotFoundError: No module named 'urlparse' #2

Open bharathkkb opened 5 years ago

bharathkkb commented 5 years ago

I believe it has been moved to a new module urllib.parse

imnik11 commented 5 years ago

replace from urlparse import parse_qs with from urlparse2 import urlparse1 there is parse_qs in that file

weeix commented 4 years ago

Have to use Python 2 in order to run server.py.

I wish Google would upgrade this lab to support Python 3 as well.