Created
June 20, 2013 22:18
-
-
Save roaet/5827237 to your computer and use it in GitHub Desktop.
Issues with flask quickstart
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
│ from .views import API | |
│ File "/home/jhammond/dev/flask-api-test/.venv/local/lib/python2.7/site-packages/flask_restless/views.py", line 41, in | |
│ <module> | |
│ from .exceptions import json_abort | |
│ File "/home/jhammond/dev/flask-api-test/.venv/local/lib/python2.7/site-packages/flask_restless/exceptions.py", line 1 | |
│4, in <module> | |
│ from flask.exceptions import JSONHTTPException | |
│ImportError: No module named exceptions |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment