[galaxy-dev] Markup safe egg problem/fetching the wrong eggs?

2014-02-28 Thread Joseph Ward
Hi, I've got a strange problem with python paths/eggs. When I run any tool that produces html/text output I get the error: WARNING:galaxy.eggs:Warning: MarkupSafe (a dependent egg of Mako) cannot be fetched. So if I close galaxy, delete the eggs folder, run fetch_eggs.py (on the cluster,

Re: [galaxy-dev] Markup safe egg problem/fetching the wrong eggs?

2014-02-28 Thread Nate Coraor
Hi Joe, Something is automatically re-fetching the Python 2.6 eggs? Is the Galaxy server itself using 2.6 perhaps? --nate On Fri, Feb 28, 2014 at 3:42 AM, Joseph Ward j.x.w...@dundee.ac.uk wrote: Hi, I've got a strange problem with python paths/eggs. When I run any tool that produces

Re: [galaxy-dev] Markup safe egg problem/fetching the wrong eggs?

2014-02-28 Thread Joseph Ward
Hi Nate, This is the confusing thing. I've check the python versions and python path of the vm running galaxy and where the jobs are run and it's 2.7 across the board. I submit the script that fetches the eggs to the cluster using the same environment as the jobs are submitted in. I was just