DanMcInerney/xsscrapy

urlparse error

ya3raj opened this issue · 3 comments

from urlparse import urlparse, parse_qsl, urljoin, urlunparse, urlunsplit
ModuleNotFoundError: No module named 'urlparse'

The urlparse in Python 2.7 was renamed to urllib.parse in Python 3

The urlparse in Python 2.7 was renamed to urllib.parse in Python 3

sir then what will be the solution for it??

Either use Python 2.7, or hit pull the PR with the Python 3 updates