cobrateam / flask-mongoalchemy

Flask support for MongoDB using MongoAlchemy.
https://pythonhosted.org/Flask-MongoAlchemy/
BSD 2-Clause "Simplified" License
217 stars 45 forks source link

No module named mongoalchemy #23

Closed tleruitte closed 13 years ago

tleruitte commented 13 years ago

When installing the last version of flask-mongoalchemy (0.5), the code is not installed and thus the module cannot be found.

from flaskext.mongoalchemy import MongoAlchemy ImportError: No module named mongoalchemy

fsouza commented 13 years ago

Thanks for reporting. I'm gonna fix it today.

fsouza commented 13 years ago

Fixed.

Please upgrade to 0.5.1: http://pypi.python.org/pypi/Flask-MongoAlchemy/0.5.1