Skip to content

Instantly share code, notes, and snippets.

@roaet
Created June 20, 2013 22:18
Show Gist options
  • Save roaet/5827237 to your computer and use it in GitHub Desktop.
Save roaet/5827237 to your computer and use it in GitHub Desktop.
Issues with flask quickstart
│ 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