I had a django application on my own server and I moved it to pythonanywhere. my test files say the application is running but when I try to start it from the site http://capsence.pythonanywhere.com/testbench/ I get Unhandled Exception and the error message below...
I have no clue where look for this error...
Any ideas.
2014-04-02 11:33:44,275 :Traceback (most recent call last):
2014-04-02 11:33:44,275 : File "/bin/user_wsgi_wrapper.py", line 67, in __call__
2014-04-02 11:33:44,275 : self.error_log_file.logger.exception("Error running WSGI application")
2014-04-02 11:33:44,276 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
2014-04-02 11:33:44,276 : self.error(msg, *args, **kwargs)
2014-04-02 11:33:44,276 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
2014-04-02 11:33:44,276 : self._log(ERROR, msg, args, **kwargs)
2014-04-02 11:33:44,276 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
2014-04-02 11:33:44,277 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
2014-04-02 11:33:44,277 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
2014-04-02 11:33:44,277 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
2014-04-02 11:33:44,277 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
2014-04-02 11:33:44,278 : self.threadName = threading.current_thread().name
2014-04-02 11:33:44,278 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
2014-04-02 11:33:44,278 : return _active[_get_ident()]
2014-04-02 11:33:44,278 : File "/bin/user_wsgi_wrapper.py", line 59, in __call__
2014-04-02 11:33:44,278 : app_iterator = self.app(environ, start_response)
2014-04-02 11:33:44,279 : File "/bin/user_wsgi_wrapper.py", line 73, in import_error_application
2014-04-02 11:33:44,279 : raise e
2014-04-02 11:33:44,279 :AttributeError: 'list' object has no attribute 'abspath'
2014-04-02 11:33:48,256 :Traceback (most recent call last):
2014-04-02 11:33:48,257 : File "/bin/user_wsgi_wrapper.py", line 67, in __call__
2014-04-02 11:33:48,258 : self.error_log_file.logger.exception("Error running WSGI application")
2014-04-02 11:33:48,258 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
2014-04-02 11:33:48,258 : self.error(msg, *args, **kwargs)
2014-04-02 11:33:48,258 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
2014-04-02 11:33:48,259 : self._log(ERROR, msg, args, **kwargs)
2014-04-02 11:33:48,259 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
2014-04-02 11:33:48,259 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
2014-04-02 11:33:48,259 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
2014-04-02 11:33:48,260 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
2014-04-02 11:33:48,260 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
2014-04-02 11:33:48,260 : self.threadName = threading.current_thread().name
2014-04-02 11:33:48,260 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
2014-04-02 11:33:48,260 : return _active[_get_ident()]
2014-04-02 11:33:48,260 : File "/bin/user_wsgi_wrapper.py", line 59, in __call__
2014-04-02 11:33:48,261 : app_iterator = self.app(environ, start_response)
2014-04-02 11:33:48,261 : File "/bin/user_wsgi_wrapper.py", line 73, in import_error_application
2014-04-02 11:33:48,261 : raise e
2014-04-02 11:33:48,261 :AttributeError: 'list' object has no attribute 'abspath'