Advertisement
Guest User

bash.log

a guest
Oct 29th, 2014
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.98 KB | None | 0 0
  1. (wings_venv)17:37 ~ $ python -i /var/www/skoer_pythonanywhere_com_wsgi.py
  2. Traceback (most recent call last):
  3.   File "/var/www/skoer_pythonanywhere_com_wsgi.py", line 86, in <module>
  4.     application = get_wsgi_application()
  5.   File "/home/skoer/.virtualenvs/wings_venv/local/lib/python2.7/site-packages/django/core/wsgi.py", line 14, in get_wsgi_application
  6.     django.setup()
  7.   File "/home/skoer/.virtualenvs/wings_venv/local/lib/python2.7/site-packages/django/__init__.py", line 21, in setup
  8.     apps.populate(settings.INSTALLED_APPS)
  9.   File "/home/skoer/.virtualenvs/wings_venv/local/lib/python2.7/site-packages/django/apps/registry.py", line 85, in populate
  10.     app_config = AppConfig.create(entry)
  11.   File "/home/skoer/.virtualenvs/wings_venv/local/lib/python2.7/site-packages/django/apps/config.py", line 87, in create
  12.     module = import_module(entry)
  13.   File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module
  14.     __import__(name)
  15. ImportError: No module named main
  16. >>>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement