<type 'exceptions.NameError'> | Python 2.7.15rc1: /usr/bin/python Sun Dec 8 08:47:51 2019 |
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
/home/berio/packages/lib/python2.3/site-packages/Trac-0.11.1-py2.3.egg/trac/web/_fcgi.py in run(self=<trac.web._fcgi.Request object>) |
568 """Runs the handler, flushes the streams, and ends the request.""" |
569 try: |
=> 570 protocolStatus, appStatus = self.server.handler(self) |
571 except: |
572 traceback.print_exc(file=self.stderr) |
protocolStatus undefined, appStatus undefined, self = <trac.web._fcgi.Request object>, self.server = <trac.web._fcgi.WSGIServer object>, self.server.handler = <bound method WSGIServer.handler of <trac.web._fcgi.WSGIServer object>> |
/home/berio/packages/lib/python2.3/site-packages/Trac-0.11.1-py2.3.egg/trac/web/_fcgi.py in handler(self=<trac.web._fcgi.WSGIServer object>, req=<trac.web._fcgi.Request object>) |
1254 try: |
1255 try: |
=> 1256 result = self.application(environ, start_response) |
1257 try: |
1258 for data in result: |
result = None, self = <trac.web._fcgi.WSGIServer object>, self.application = <function dispatch_request>, environ = {'CONTENT_LENGTH': '0', 'CONTEXT_DOCUMENT_ROOT': '/home/berio/trac.alg-a.org', 'CONTEXT_PREFIX': '', 'DH_USER': 'berio', 'DOCUMENT_ROOT': '/home/berio/trac.alg-a.org', 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'HTTP_ACCEPT_ENCODING': 'gzip', 'HTTP_ACCEPT_LANGUAGE': 'en-US,en;q=0.5', 'HTTP_CONNECTION': 'close', ...}, start_response = <function start_response> |
/home/berio/packages/lib/python2.3/site-packages/Trac-0.11.1-py2.3.egg/trac/web/main.py in dispatch_request(environ={'CONTENT_LENGTH': '0', 'CONTEXT_DOCUMENT_ROOT': '/home/berio/trac.alg-a.org', 'CONTEXT_PREFIX': '', 'DH_USER': 'berio', 'DOCUMENT_ROOT': '/home/berio/trac.alg-a.org', 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'HTTP_ACCEPT_ENCODING': 'gzip', 'HTTP_ACCEPT_LANGUAGE': 'en-US,en;q=0.5', 'HTTP_CONNECTION': 'close', ...}, start_response=<function start_response>) |
392 req = Request(environ, start_response) |
393 try: |
=> 394 return _dispatch_request(req, env, env_error) |
395 finally: |
396 if env and not run_once: |
_dispatch_request undefined, req = <Request "GET u'/ticket/106644'">, env = <trac.env.Environment object>, env_error = None |
<type 'exceptions.NameError'>: global name '_dispatch_request' is not defined
args =
("global name '_dispatch_request' is not defined",)
message =
"global name '_dispatch_request' is not defined"