Re: [galaxy-dev] egg distribution error when running galaxy-central

2012-08-23 Thread Clare Sloggett
Hi Nate all, I see - enthought changes the default python version, and virtualenv was giving me a python version based on the version I used to run virtualenv. If I run /usr/bin/python virtualenv.py galaxy_central_syspython . galaxy_central_syspython/bin/activate and then pull galaxy-central

Re: [galaxy-dev] egg distribution error when running galaxy-central

2012-08-21 Thread Nate Coraor
Hi Clare, If you use the system python, or a build from python.org, you should be fine. It's Enthought python, which is only built for a single architecture, that's the reason for having to do so much manual egg building. --nate On Aug 19, 2012, at 7:36 AM, Tomithy Too wrote: Hi Clare,

Re: [galaxy-dev] egg distribution error when running galaxy-central

2012-08-20 Thread Clare Sloggett
Hi Tomithy, Thanks, this worked for me too! Just to be clear for interested devs: If I run galaxy-dist on my mac it asks me to build a whole series of eggs by hand using scripts/scramble.py, and if I follow these instructions, galaxy runs. A bit tedious but trivial to do. If I run

Re: [galaxy-dev] egg distribution error when running galaxy-central

2012-08-19 Thread Tomithy Too
Hi Clare, I ran into the same problem as well when I upgraded my galaxy-central version. I am running Mac Os10.6.8 What I did to get use the command *$ pip install fabric* It manually fetches the latest version of fabric from pip ( http://www.pip-installer.org/en/latest/index.html) which is a

Re: [galaxy-dev] egg distribution error when running galaxy-central

2012-08-14 Thread Clare Sloggett
Hi Scott, Thanks very much for this! virtualenv is ok I think: clare$ echo $PATH /Users/clare/galaxy/galaxy_central_env/bin: . which is where I set up my environment. I'm not using anything in particular outside Enthought, that I can think of. Enthought packages up a whole lot of things

Re: [galaxy-dev] egg distribution error when running galaxy-central

2012-08-01 Thread Scott McManus
Clare- Have you resolved this yet? I had seen similar issues with respect to pycrypto before I used virtualenv, but I don't believe that I saw it afterwards. I'll take a look and see if I can reproduce it. I only have obvious things to recommend right now. For example, make sure that the

Re: [galaxy-dev] egg distribution error when running galaxy-central

2012-08-01 Thread Scott McManus
I haven't been able to reproduce this yet with the instructions you gave, but I'm not using the same environment. Can you give me an idea of what tools you're using outside of SciPy/NumPy/Enthought stuff? There is the possibility that the virtualenv.py script isn't being sourced correctly. We

Re: [galaxy-dev] egg distribution error when running galaxy-central

2012-07-31 Thread Clare Sloggett
On 1 August 2012 15:28, Clare Sloggett s...@unimelb.edu.au wrote: I can run galaxy-dist without problems and have been working with that (so its eggs are all installed already), but now I want to create a pull request so want to run galaxy-dist. oops, of course I mean 'so want to run