Hi,
I’m using Deadline 6.1 (54665 R), and I can’t seem to get the PYTHONPATH environment variable working when submitting a Nuke job. It is set if I go to the slave I’m rendering on and open Nuke, but it’s not set when I submit a job with Deadline. (We’re using Windows) I tried setting the PYTHONPATH variable in the System Properties window->Advanced tab->Environment Variables->System Variables. I tried setting it in Deadline Monitor->Tools->Configure Repository Options->Python Settings. I tried setting it in [Deadline Repository]\plugins\Nuke\JobPreLoad.py with Environment.SetEnvironmentVariable. None of these things worked. Only option I see left is setting it in the script itself with sys.path.append, but I really don’t want to do that.
I didn’t have this problem with Deadline 6.0, am I missing something?
After you set this, did you restart the Deadline applications (including the Launcher)? The Deadline applications won’t recognize the change until they’re restarted.
Cheers,
Ryan
Yeah, that seems to be the situation. Before asking, I had just remotely restarted the slave thinking that should be enough, so it must have been the Launcher I really needed to restart. Thank you.