Skip to content

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

Open
@NeriaBasha

Description

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions