[Toolserver-l] Python/Job issues

MZMcBride z at mzmcbride.com
Thu Apr 14 05:52:05 UTC 2011


DeltaQuad wrote: 
> I am having some issues with Job Scheduling with python. I always get:
>  
> deltaquad at willow:~$ qsub -l h_rt=0:05:00 -l s_rt=0:04:30 -m e -j y -o
> $HOME/UAA.out $HOME/UAA/UAA.py
> Your job 314397 ("UAA.py") has been submitted
>  
> UAA.out says:
> newtask: exec of /sge62/default/spool/yarrow/job_scripts/314397 failed: No
> such file or directory

As far as I can see, this is due to /home/deltaquad/UAA/UAA.py using Windows
line endings (CRLF) instead of Unix line endings (LF).

MZMcBride





More information about the Toolserver-l mailing list