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


___________________________________________________________
The Galaxy User list should be used for the discussion of
Galaxy analysis and other features on the public server
at usegalaxy.org.  Please keep all replies on the list by
using "reply all" in your mail client.  For discussion of
local Galaxy instances and the Galaxy source code, please
use the Galaxy Development list:

  http://lists.bx.psu.edu/listinfo/galaxy-dev

To manage your subscriptions to this and other Galaxy lists,
please use the interface at:

  http://lists.bx.psu.edu/

Reply via email to