Skip to content

Instantly share code, notes, and snippets.

@DarkSector
Created June 5, 2011 12:54
Show Gist options
  • Save DarkSector/1008932 to your computer and use it in GitHub Desktop.
Save DarkSector/1008932 to your computer and use it in GitHub Desktop.
SQLAlchemy test.
>>> from flask import Flask
>>> from flaskext.sqlalchemy import SQLAlchemy
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python2.6/dist-packages/flaskext/sqlalchemy.py", line 22, in <module>
from sqlalchemy import orm
ImportError: cannot import name orm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment