-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mongoalchemy import error #29
Comments
Hi, thanks for reporting. Which version of flask-mongoalchemy? Last one? You just ran pip install flask-mongoalchemy? Here is what I got running this:
When do you get the error? I'm also able to run a simple example (library.py, in the examples directory):
What steps are you following? |
I did a pip install which went smooth. I din't notice any errors while installing. From the python prompt I imported flaskext and that works but when I say |
So do I:
Did you run pip with Here is my output:
|
Here's what I get: [msahni@msahni-ld ~]$ python
And pip freeze gives me all of the items you listed with the same versions except 'wsgiref'. I did not run with with any flags. |
Are you sure you're running Python from virtualenv? What does
|
@fsouza Please close this issue as this is dead now :) |
Worked for me after changing this (from docs): To this: |
thanks @stevula , it worked |
I installed flask-mongoalchemy today but keep getting the error:
ImportError: No module named mongoalchemy.
I saw that this issue was fixed in one of the previous releases but I am still getting this.
The text was updated successfully, but these errors were encountered: