Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (wings_venv)17:37 ~ $ python -i /var/www/skoer_pythonanywhere_com_wsgi.py
- Traceback (most recent call last):
- File "/var/www/skoer_pythonanywhere_com_wsgi.py", line 86, in <module>
- application = get_wsgi_application()
- File "/home/skoer/.virtualenvs/wings_venv/local/lib/python2.7/site-packages/django/core/wsgi.py", line 14, in get_wsgi_application
- django.setup()
- File "/home/skoer/.virtualenvs/wings_venv/local/lib/python2.7/site-packages/django/__init__.py", line 21, in setup
- apps.populate(settings.INSTALLED_APPS)
- File "/home/skoer/.virtualenvs/wings_venv/local/lib/python2.7/site-packages/django/apps/registry.py", line 85, in populate
- app_config = AppConfig.create(entry)
- File "/home/skoer/.virtualenvs/wings_venv/local/lib/python2.7/site-packages/django/apps/config.py", line 87, in create
- module = import_module(entry)
- File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module
- __import__(name)
- ImportError: No module named main
- >>>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement