Thu Apr 08, 2021 2:04 am
I'm at a studio trying to get Hiero/Nuke 13 to talk to resolve for our pipeline, which uses Python 3.7.
The imp module is deprecated in python 3 and we're supposed to switch to importlib instead. (although it does technically still work in 3.6 even though it's deprecated.)
After 3.6 it stops working entirely. I've spent a few hours trying different ways of replacing the imp module, but I'm afraid the .dll import stuff might be a bit over my head.
Does anybody know of a good way of importing the fusionscript.dll to connect to Resolve without using imp?