Hi,
I am trying to set up a Galaxy local server to easily run and maintain my workflows. But, after following al the steps and configure everything, I get this error message in the terminal every single time I send an order using the web interface:
galaxy.web.framework.webapp DEBUG 2015-08-14 10:52:31,307 Error parsing locale 'en-GB'. <type 'exceptions.RuntimeError'>: The babel data files are not available. This usually happens because you are using a source checkout from Babel and you did not build the data files. Just make sure to run "python setup.py import_cldr" before installing the library. galaxy.web.framework.webapp DEBUG 2015-08-14 10:52:31,308 Error parsing locale 'en;q=0.5'. <type 'exceptions.RuntimeError'>: The babel data files are not available. This usually happens because you are using a source checkout from Babel and you did not build the data files. Just make sure to run "python setup.py import_cldr" before installing the library.
I have tried installing and uninstalling babel, updating python, compiling babel by source, and, of course, executing "python setup.py import_cldr" before and after everything. And I keep getting the error.
I am installing it in Red Hat Enterprise Linux Server release 6.7 (Santiago), and I have tried babel with python 2.6.6 and 2.7.
Does anybody know how to solve this problem?
Thanks for your help,
Miguel