Question: Valueerror On Startup: Workaround
0
gravatar for John Norris [jnn]
6.6 years ago by
John Norris [jnn]10 wrote:
Hi, Just installed Galaxy locally and ran "sh run.sh" for the first time. The web page on 127.0.0.1:8080 gave this error: ValueError: expected only letters, got ' en' This was from line 762 in core.py (in /opt/galaxy-dist/eggs/Babel-0.9.4-py2.6.egg/babel) if not lang.isalpha() raise ValueError('expected only letters, got %r' % lang) So, the workaround is to insert a line before: lang = lang.strip() Then it worked :) Cheers, John John Norris Biorenewables Group (IBERS) Aberystwyth University 01970 823 069
galaxy • 527 views
ADD COMMENTlink written 6.6 years ago by John Norris [jnn]10
Please log in to add an answer.

Help
Access

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Powered by Biostar version 16.09
Traffic: 179 users visited in the last hour