11 Mar
2010
11 Mar
'10
8:58 a.m.
Chris Cole wrote:
Using your scripts: python scripts/scramble.py DRMAA_python
This is totally reproducible. I 'downgraded' the working py 2.6 server to py 2.4 and it stopped working, and I've 'upgraded' the not-working py 2.4 server to py 2.6 which is now working fine. At each change I re-scrambled the eggs.
Hi Chris, In /homes/www-galaxy/galaxy_devel/lib/galaxy/jobs/runners/sge.py, could you require and import DRMAA outside of the try block (or put a 'raise' on line 13 after the 'except:' on line 12, instead of 'DRMAA = None'), and then paste the resulting traceback? Thanks, --nate
Cheers,
Chris
p.s. Is it just me or does 'scrambling python eggs' seem like a weird thing to say?