no I have a file called wsgi.py - i have replaced the reference but still get errors:
Traceback (most recent call last):
2015-02-05 15:13:40,817 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
2015-02-05 15:13:40,817 : self.error_log_file.logger.exception("Error running WSGI application")
2015-02-05 15:13:40,818 : File "/usr/lib/python2.7/logging/__init__.py", line 1185, in exception
2015-02-05 15:13:40,833 : self.error(msg, *args, **kwargs)
2015-02-05 15:13:40,833 : File "/usr/lib/python2.7/logging/__init__.py", line 1178, in error
2015-02-05 15:13:40,834 : self._log(ERROR, msg, args, **kwargs)
2015-02-05 15:13:40,834 : File "/usr/lib/python2.7/logging/__init__.py", line 1270, in _log
2015-02-05 15:13:40,834 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
2015-02-05 15:13:40,835 : File "/usr/lib/python2.7/logging/__init__.py", line 1244, in makeRecord
2015-02-05 15:13:40,835 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
2015-02-05 15:13:40,835 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
2015-02-05 15:13:40,835 : self.threadName = threading.current_thread().name
2015-02-05 15:13:40,835 : File "/usr/lib/python2.7/threading.py", line 1160, in currentThread
2015-02-05 15:13:40,847 : return _active[_get_ident()]
2015-02-05 15:13:40,847 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
2015-02-05 15:13:40,847 : app_iterator = self.app(environ, start_response)
2015-02-05 15:13:40,848 : File "/bin/user_wsgi_wrapper.py", line 136, in import_error_application
2015-02-05 15:13:40,848 : raise e
2015-02-05 15:13:40,848 :ImportError: No module named my_wsgi_file
2015-02-05 15:13:41,759 :Traceback (most recent call last):
2015-02-05 15:13:41,759 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
2015-02-05 15:13:41,759 : self.error_log_file.logger.exception("Error running WSGI application")
2015-02-05 15:13:41,760 : File "/usr/lib/python2.7/logging/__init__.py", line 1185, in exception
2015-02-05 15:13:41,760 : self.error(msg, *args, **kwargs)
2015-02-05 15:13:41,760 : File "/usr/lib/python2.7/logging/__init__.py", line 1178, in error
2015-02-05 15:13:41,760 : self._log(ERROR, msg, args, **kwargs)
2015-02-05 15:13:41,760 : File "/usr/lib/python2.7/logging/__init__.py", line 1270, in _log
2015-02-05 15:13:41,761 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
2015-02-05 15:13:41,761 : File "/usr/lib/python2.7/logging/__init__.py", line 1244, in makeRecord
2015-02-05 15:13:41,761 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
2015-02-05 15:13:41,761 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
2015-02-05 15:13:41,761 : self.threadName = threading.current_thread().name
2015-02-05 15:13:41,761 : File "/usr/lib/python2.7/threading.py", line 1160, in currentThread
2015-02-05 15:13:41,761 : return _active[_get_ident()]
2015-02-05 15:13:41,762 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
2015-02-05 15:13:41,762 : app_iterator = self.app(environ, start_response)
2015-02-05 15:13:41,762 : File "/bin/user_wsgi_wrapper.py", line 136, in import_error_application
2015-02-05 15:13:41,762 : raise e
2015-02-05 15:13:41,762 :ImportError: No module named my_wsgi_file
2015-02-05 15:34:42,738 :/usr/lib/python2.7/threading.py:1160: RuntimeWarning: tp_compare didn't return -1 or -2 for exception
2015-02-05 15:34:42,739 : return _active[_get_ident()]
2015-02-05 15:34:42,739 :Traceback (most recent call last):
2015-02-05 15:34:42,739 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
2015-02-05 15:34:42,739 : self.error_log_file.logger.exception("Error running WSGI application")
2015-02-05 15:34:42,739 : File "/usr/lib/python2.7/logging/__init__.py", line 1185, in exception
2015-02-05 15:34:42,752 : self.error(msg, *args, **kwargs)
2015-02-05 15:34:42,753 : File "/usr/lib/python2.7/logging/__init__.py", line 1178, in error
2015-02-05 15:34:42,753 : self._log(ERROR, msg, args, **kwargs)
2015-02-05 15:34:42,753 : File "/usr/lib/python2.7/logging/__init__.py", line 1270, in _log
2015-02-05 15:34:42,753 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
2015-02-05 15:34:42,753 : File "/usr/lib/python2.7/logging/__init__.py", line 1244, in makeRecord
2015-02-05 15:34:42,753 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
2015-02-05 15:34:42,754 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
2015-02-05 15:34:42,754 : self.threadName = threading.current_thread().name
2015-02-05 15:34:42,754 : File "/usr/lib/python2.7/threading.py", line 1160, in currentThread
2015-02-05 15:34:42,754 : return _active[_get_ident()]
2015-02-05 15:34:42,754 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
2015-02-05 15:34:42,754 : app_iterator = self.app(environ, start_response)
2015-02-05 15:34:42,754 : File "/bin/user_wsgi_wrapper.py", line 136, in import_error_application
2015-02-05 15:34:42,754 : raise e
2015-02-05 15:34:42,754 :ImportError: No module named wsgi