On Thu, Mar 11, 2010 at 09:03:40PM +0100, Lin Jiang wrote:
Hi,
I am trying to install galaxy in my macbook with python version 2.5.2. But I got error messages when I sh run.sh. Could you please help me with this? [snip] "/Users/linjiang/galaxy_dist/eggs/Babel-0.9.4-py2.5.egg/babel/dates.py", line 34, in <module> LC_TIME = default_locale('LC_TIME') File "/Users/linjiang/galaxy_dist/eggs/Babel-0.9.4-py2.5.egg/babel/core.py", line 642, in default_locale return '_'.join(filter(None, parse_locale(locale))) File "/Users/linjiang/galaxy_dist/eggs/Babel-0.9.4-py2.5.egg/babel/core.py", line 763, in parse_locale raise ValueError('expected only letters, got %r' % lang) ValueError: expected only letters, got 'utf-8'
It looks like you've run into a problem in the Babel module/egg: http://groups.google.com/group/python-babel/browse_thread/thread/8f17f8cf2e6... Try unsetting the LC_TIME environment variable or explicitly setting it to something more standard than "utf-8": $ LC_TIME="en_US" run.sh -- Ry4an Brase 612-626-6575 University of Minnesota Supercomputing Institute for Advanced Computational Research http://www.msi.umn.edu