AWS Thinkbox Discussion Forums

Deadline's "Additional Python Search Paths" not being added to sys.path?

Hi there,

Another quick query - we’re culling some of the old chaff that’s built up in our Deadline repos over the years, so I’m working from a french Deadline 10 repo locally and re-adding the things we need (and skipping those we don’t anymore).

I’m getting an error from one of our custom events trying to import a module that it can’t find. Sure enough, when I get the event to print out its “sys.path” list, it’s just some default locations local to the repo. When I do the same thing on our old repo, it includes the Additional Python Search Paths as I would expect (and thus it loads the module perfectly). The two repos have identical strings in the Python Settings section - so I’m baffled as to why it’s not loading those paths on the new one.

Is there anything else I need to tweak to have them work properly?

Thanks,
Dan

Privacy | Site terms | Cookie preferences