Hi,
inside a Python module we are using to determine the user name on workstations I want to access the Deadline job data to also provide this data on the render farm. Unfortunately it fails because it cannot import ‘Deadline.Scripting’.
For debugging purposes I wrote the following script and submitted it with the Python-plugin to Deadline:
from Deadline.Scripting import *
print("SlaveUtils.GetCurrentJobValue('UserName')={0}".format(SlaveUtils.GetCurrentJobValue('UserName')))
When it is executed it gets the following error:
ImportError: No module named Deadline.Scripting
Now I’m wondering where and under which circumstances the ‘Deadline.Scripting’-module is accessible. Thank you for a quick response.
Best,
Christian