urlparse error
ya3raj opened this issue · 3 comments
ya3raj commented
from urlparse import urlparse, parse_qsl, urljoin, urlunparse, urlunsplit
ModuleNotFoundError: No module named 'urlparse'
DoctorDrive commented
The urlparse in Python 2.7 was renamed to urllib.parse in Python 3
oplopr01 commented
The urlparse in Python 2.7 was renamed to urllib.parse in Python 3
sir then what will be the solution for it??
decidedlygray commented
Either use Python 2.7, or hit pull the PR with the Python 3 updates