11 Mar
2010
11 Mar
'10
10:37 a.m.
On 11/03/10 15:54, Nate Coraor wrote:
Chris Cole wrote:
File "/homes/www-galaxy/galaxy_devel/lib/galaxy/jobs/runners/sge.py", line 11, in ? DRMAA = __import__( "DRMAA" ) File "/usr/lib64/python2.4/site-packages/DRMAA.py", line 28, in ?
Ah, here's the culprit. You have a locally-installed DRMAA_python installed that's getting in the way. If you remove the DRMAA bits from /usr/lib64/python2.4/site-packages, it should fix this problem.
Will do, but now that both versions run with python 2.6 fine I'm sticking with that.
However, we're supposed to work around such conflicts, so it looks like there's a bug in my new version of the conflict handling code, which I'll have a look at.
OK. Thanks for the help. Chris