Forums

TypeError: Additional arguments should be named <dialectname>_<argument>, got 'nullable'

Please help me out. im getting this error TypeError: Additional arguments should be named <dialectname>_<argument>, got 'nullable'

2016-04-02 18:34:27,539 :TypeError: Additional arguments should be named <dialectname><argument>, got 'nullable' 2016-04-02 18:34:27,990 :Traceback (most recent call last): 2016-04-02 18:34:27,990 : File "/bin/user_wsgi_wrapper.py", line 138, in __call__ 2016-04-02 18:34:27,990 : self.error_log_file.logger.exception("Error running WSGI application") 2016-04-02 18:34:27,990 : File "/usr/lib/python2.7/logging/__init__.py", line 1185, in exception 2016-04-02 18:34:27,990 : self.error(msg, args, kwargs) 2016-04-02 18:34:27,991 : File "/usr/lib/python2.7/logging/init.py", line 1178, in error 2016-04-02 18:34:27,991 : self._log(ERROR, msg, args, *kwargs) 2016-04-02 18:34:27,991 : File "/usr/lib/python2.7/logging/init.py", line 1270, in _log 2016-04-02 18:34:27,991 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra) 2016-04-02 18:34:27,991 : File "/usr/lib/python2.7/logging/init.py", line 1244, in makeRecord 2016-04-02 18:34:27,991 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func) 2016-04-02 18:34:27,992 : File "/usr/lib/python2.7/logging/init.py", line 284, in init 2016-04-02 18:34:27,992 : self.threadName = threading.current_thread().name 2016-04-02 18:34:27,992 : File "/usr/lib/python2.7/threading.py", line 1160, in currentThread 2016-04-02 18:34:27,992 : return _active[_get_ident()] 2016-04-02 18:34:27,992 : File "/bin/user_wsgi_wrapper.py", line 130, in call 2016-04-02 18:34:27,992 : app_iterator = self.app(environ, start_response) 2016-04-02 18:34:27,992 : File "/bin/user_wsgi_wrapper.py", line 144, in import_error_application 2016-04-02 18:34:27,992 : raise e 2016-04-02 18:34:27,993 :TypeError: Additional arguments should be named <dialectname><argument>, got 'nullable'

This is the complete stack trace.

You can use the steps here http://help.pythonanywhere.com/pages/DebuggingImportError. Since you're not getting an import error, you can skip the theory bit at the top and go straight to the steps under the heading "Debugging sys.path issues in web apps" That will point you to the place in your code where you're getting the error, so you can work out what the problem is.