I’ve already moved the API .py files into my Python site-packages folder. But when I try to run the first line of the example given in the “Authenticating” section, which is this:
from Deadline.DeadlineConnect import DeadlineCon as Connect
I get an error saying that the module named “Jobs” cannot be found. But it exists in the Deadline folder in my site-packages folder.
To fix this issue, I just did what @im_thatoneguy did in this post:
But the issue I’m having now is when I try to do anything after I make the DeadlineCon object, it says:
http.client.RemoteDisconnected: Remote end closed connection without response
I’m pretty sure I have the correct host name and port number, and I do not have authentication enabled. What am I missing?