We have a bunch of custom deadline events that use python and various ‘modules’ which are located on our network drive. This modules are imported using python’s simple ‘import myModule’ in the header of the python deadline event file. However we have noticed that deadline fails to actually load in the latest python file. We have even gone as far as littering the python event file with tons of ‘reload myModule’ all over the place and it still does not appear to reload the python module. Why is this and how can we fix this issue?
Thanks