Forums

rest_framework is preventing my app from launching

when i launch my app without restframework installed i get
----------------------------------------------------------------------------/
ImportError: No module named rest_framework

-------------------------------------------------------------------------/
When i install it, again i receive an error, but this time on the webapp link page.

-----------------------------------------------------------------------------------------------------------------//
Exception Type: ImportError Exception Value:

No module named urllib.parse

Exception Location: /home/mobitillpay/.virtualenvs/demo/local/lib/python2.7/site-packages/rest_framework/compat.py in <module>, line 13 Python Executable: /usr/local/bin/uwsgi
--------------------------------------------------------------------------------------------//

Anay heads up on what i may be doing wrong?

Took a look at your pythonanywhere front page with the django debugger.

Seems like there are some version inconsistencies.

thanks i solved it. found out that i was using 1.5 yet the app was using 1.6.7