NameError | Python 2.4.2: /usr/bin/python2.4 Mon Feb 13 14:51:32 2006 |
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
/var/opt/universe/trunk-encode/build/bdist.cygwin-1.5.12-i686/egg/cherrypy/_cphttptools.py in run(self=<cherrypy._cphttptools.Request object>) |
/var/opt/universe/trunk-encode/build/bdist.cygwin-1.5.12-i686/egg/cherrypy/_cphttptools.py in main(path='/tool_runner/index') |
/var/opt/universe/trunk-encode/galaxy/interfaces/tool_runner.py in index(self=<galaxy.interfaces.tool_runner.ToolRunner object>, tool_id=None, **kwd={}) |
23 # No tool id passed, redirect to main page |
24 if tool_id is None: |
25 return httptools.redirect( "/static/welcome.html" ) |
26 # Load the tool |
27 toolbox = self.get_toolbox() |
httptools undefined |
NameError: global name 'httptools' is not defined
args = ("global name 'httptools' is not defined",)