Oh man! I spent a couple of hours on this. Absolutely ridiculous! Here is
what it fixed for my mezzanine's project:
# Remove any references to your home folder (this can break Mezzanine)
while "." in sys.path:
sys.path.remove(".")
while "" in sys.path:
sys.path.remove("")
I am writing a
939 :Traceback (most recent call last):
2015-05-25 18:45:19,939 : File "/bin/user_wsgi_wrapper.py", line 130,
in __call__
2015-05-25 18:45:19,939 :
self.error_log_file.logger.exception("Error running WSGI application")
2015-05-25 18:45:19,939 : File
"/usr/lib/python2.7/logging/__init__.py", line
2 matches
Mail list logo