[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] Condor and Python



On 11/09/2010 03:42 PM, Nick LeRoy wrote:
Another option would be to add that module to your
'transfer_input_files' list...

Nick's exactly right. You'd probably have the easiest time if you:

1. built the python module
2. transferred it with your job
3. if necessary, modified PYTHONPATH or sys.path to change the search path for modules
4. Enjoyed the rest of your day.

-Mick