[galaxy-dev] New install problem

2011-02-15 Thread Ryan Golhar
Hi - I'm running CentOS 5.5. My version of python is: [root@genomes ~]# which python /usr/bin/python [root@genomes ~]# python -V Python 2.4.3 I just downloaded galaxy to run a local instance using: hg clone http://www.bx.psu.edu/hg/galaxy galaxy_dist and then tried to run it using 'sh

Re: [galaxy-dev] New install problem

2011-02-15 Thread Ryan Golhar
When I try to run 'python scripts/scramble.py', I get an error: Traceback (most recent call last): File scramble.py, line 29, in ? execfile( setup.py, globals(), locals() ) File setup.py, line 22, in ? main_module = __import__(main_module_name, fromlist=['version']) TypeError:

Re: [galaxy-dev] New install problem

2011-02-15 Thread Sonali Amonkar
, February 16, 2011 11:29 AM To: galaxy-dev@lists.bx.psu.edu Subject: [galaxy-dev] New install problem Hi - I'm running CentOS 5.5. My version of python is: [root@genomes ~]# which python /usr/bin/python [root@genomes ~]# python -V Python 2.4.3 I just downloaded galaxy to run a local instance