Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. mod_wsgi (pid=7658): Target WSGI script '/home/xxxxx/domains/xxxxx/doit_project/doit/doit/doit/wsgi.py' cannot be loaded as Python module.
  2. mod_wsgi (pid=7658): Exception occurred processing WSGI script '/home/xxxxx/domains/xxxx/doit_project/doit/doit/doit/wsgi.py'.
  3.  
  4. Traceback (most recent call last):
  5. File "/home/xxxxx/domains/xxxxx/doit_project/doit/doit/doit/wsgi.py", line 13, in ?
  6. from django.core.wsgi import get_wsgi_application
  7. File "/home/xxxxx/domains/xxxxx/doit_project/doit/lib/python2.7/site-packages/django/core/wsgi.py", line 2, in ?
  8. from django.core.handlers.wsgi import WSGIHandler
  9. File "/home/xxxxx/domains/xxxxx/doit_project/doit/lib/python2.7/site-packages/django/core/handlers/wsgi.py", line 39
  10. self.buffer = b''
  11. ^
  12. SyntaxError: invalid syntax
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement