Skip to content
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

ImportError: No module named user on WSGI Deployment #22

Closed
ericmillsio opened this issue Jan 7, 2014 · 1 comment
Closed

ImportError: No module named user on WSGI Deployment #22

ericmillsio opened this issue Jan 7, 2014 · 1 comment

Comments

@ericmillsio
Copy link

I'm deploying on DigitalOcean with a barebones Ubuntu setup and I'm getting this error:

File "/var/www/myapp/app.wsgi", line 22, in <module>
from myapp import create_app
 File "/var/www/myapp/env/lib/python2.7/site-packages/myapp-0.1-py2.7.egg/myapp/__init__.py", line 3, in <module>
from app import create_app
File "/var/www/myapp/env/lib/python2.7/site-packages/myapp-0.1-py2.7.egg/myapp/app.py", line 10, in <module>
from .user import User, user
ImportError: No module named user

from the apache error logs

I've done the vHost and run fab and all that works out fine. I have added to the application, but nothing major. Am I missing something?

Thanks for the help.

@imwilsonxu
Copy link
Owner

Can not reproduce. Pls check out the latest version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants