Hello Pedro,
We have built the eggs for Python 2.6 as the first step toward supporting that Python version, but we have yet to thoroughly test
On Thu, 2009-07-23 at 16:15 -0400, Greg Von Kuster wrote: the
Galaxy distribution with it, so some things may not be functionally correct. However, Python 2.4 and 2.5 are definitely supported, and I would suggest using Python 2.5.
If you can get your path set to point to that version of Python, and send the stack trace if you still get one, that would better help us determine the cause of the problem.
Thanks,
Greg Von Kuster Galaxy Development Team
[cut] Hello Greg, Python 2.4.6 gives up with 'RuntimeError: maximum recursion depth exceeded' when starting server. And here is a trace with python 2.5.4: URL: http://192.168.0.101:8081/workflow/list File '/home/psilva/src/galaxy_dist/eggs/py2.5-noplatform/WebError-0.8a-py2.5.egg/weberror/evalexception/middleware.py', line 364 in respond File '/home/psilva/src/galaxy_dist/eggs/py2.5-noplatform/Paste-1.5.1-py2.5.egg/paste/debug/prints.py', line 98 in __call__ File '/home/psilva/src/galaxy_dist/eggs/py2.5-noplatform/Paste-1.5.1-py2.5.egg/paste/wsgilib.py', line 539 in intercept_output File '/home/psilva/src/galaxy_dist/eggs/py2.5-noplatform/Beaker-0.5-py2.5.egg/beaker/session.py', line 103 in __call__ File '/home/psilva/src/galaxy_dist/eggs/py2.5-noplatform/Paste-1.5.1-py2.5.egg/paste/recursive.py', line 80 in __call__ File '/home/psilva/src/galaxy_dist/eggs/py2.5-noplatform/Paste-1.5.1-py2.5.egg/paste/httpexceptions.py', line 632 in __call__ File '/home/psilva/src/galaxy_dist/lib/galaxy/web/framework/base.py', line 126 in __call__ body = method( trans, **kwargs ) File '/home/psilva/src/galaxy_dist/lib/galaxy/web/framework/__init__.py', line 74 in decorator % ( url_for( controller='user', action='login' ), verb ) ) File '/home/psilva/src/galaxy_dist/lib/galaxy/web/framework/__init__.py', line 542 in show_error_message return self.show_message( message, 'error', refresh_frames ) File '/home/psilva/src/galaxy_dist/lib/galaxy/web/framework/__init__.py', line 537 in show_message return self.fill_template( "message.mako", message_type=type, message=message, refresh_frames=refresh_frames, cont=cont ) File '/home/psilva/src/galaxy_dist/lib/galaxy/web/framework/__init__.py', line 567 in fill_template return self.fill_template_mako( filename, **kwargs ) File '/home/psilva/src/galaxy_dist/lib/galaxy/web/framework/__init__.py', line 578 in fill_template_mako return template.render( **data ) File '/home/psilva/src/galaxy_dist/eggs/py2.5-noplatform/Mako-0.1.10-py2.5.egg/mako/template.py', line 114 in render File '/home/psilva/src/galaxy_dist/eggs/py2.5-noplatform/Mako-0.1.10-py2.5.egg/mako/runtime.py', line 287 in _render File '/home/psilva/src/galaxy_dist/eggs/py2.5-noplatform/Mako-0.1.10-py2.5.egg/mako/runtime.py', line 304 in _render_context File '/home/psilva/src/galaxy_dist/eggs/py2.5-noplatform/Mako-0.1.10-py2.5.egg/mako/runtime.py', line 337 in _exec_template File '/home/psilva/src/galaxy_dist/database/compiled_templates/base.mako.py', line 33 in render_body context.write(unicode(next.body())) NameError: global name 'next' is not defined -- Pedro Silva <psilva@nature.berkeley.edu> Zilberman Lab - Plant and Microbial Biology Department - UC Berkeley