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

How do I run this application? #117

Open
brianmituka opened this issue Jul 27, 2017 · 3 comments
Open

How do I run this application? #117

brianmituka opened this issue Jul 27, 2017 · 3 comments

Comments

@brianmituka
Copy link

I am getting the error ImportError: No module named parse when I run ./manage.py test

@brutasse
Copy link
Member

It seems you are using Python 2. Can you try with Python 3.4 or greater?

@brianmituka
Copy link
Author

brianmituka commented Jul 28, 2017

@brutasse I actually was using python 2 but even after setting it to use python3 it still get the error.
from urllib.parse import parse_qs, urlencode, urlsplit, urlunsplit ImportError: No module named parse

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

3 participants
@brutasse @brianmituka and others