On 10/03/10 14:27, Nate Coraor wrote:
Chris Cole wrote:
Hi,
Me again. I don't know why I've suddenly got all these errors. Updates aren't normally this problematic.
A recent update included a nearly complete rewrite of egg support and a rebuild of all the eggs. I tested pretty extensively, but it wasn't possible to test every case.
OK. I didn't realise.
This time I've got a huge amount of these errors in my paster.log: "/homes/www-galaxy/galaxy_live/eggs/docutils-0.4-py2.6.egg/docutils/parsers/rst/states.py", line 110, in <module> import roman ImportError: No module named roman
As far as I can see there's an error (like above) for every tool and the help text for the tools is no longer displayed within Galaxy. Has something changed in how the XML files should be formatted or is it something in the egg that's not right?
The Python 2.6 docutils egg needed to be rebuilt due to this missing dependent extra module. If you remove eggs/docutils-0.4-py2.6.egg and then start up Galaxy, it'll fetch the new docutils egg and this should be fixed.
Perfect. That fixed it. Thanks very much. Chris