Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'urlparse' when running demo-flask app #365

Open
NeriaBasha opened this issue Jul 3, 2023 · 1 comment

Comments

@NeriaBasha
Copy link

when running demo-flask app we get the error

ModuleNotFoundError: No module named 'urlparse' 

How to fix:

Change the code at line 6
from:
from urlparse import urlparse
to:
from urllib.parse import urlparse

@pitbulk
Copy link
Contributor

pitbulk commented Jul 21, 2023

I guess this is something required while using py3

Can you provide a PR and make it backward-compatible?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants