I want to port my app to python3.6 but I got this error:
File "/opt/app-root/lib/python3.6/site-packages/django_auth_lti/patch_reverse.py", line 4, in
from urlparse import urlparse, urlunparse, parse_qs
ModuleNotFoundError: No module named 'urlparse'
Can you please fix it?
I want to port my app to python3.6 but I got this error:
File "/opt/app-root/lib/python3.6/site-packages/django_auth_lti/patch_reverse.py", line 4, in
from urlparse import urlparse, urlunparse, parse_qs
ModuleNotFoundError: No module named 'urlparse'
Can you please fix it?