Page 1 of 1

Connect to Resolve API in versions above Python 3.6?

PostPosted: Thu Apr 08, 2021 2:04 am
by AustinWitherspoon
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?

Re: Connect to Resolve API in versions above Python 3.6?

PostPosted: Thu Apr 08, 2021 9:00 am
by iddos-l
At the moment I don’t know of away not using imp so as far as I Know 3.7 doesn’t work with resolve API.
Hopefully they will change that.


Sent from my iPhone using Tapatalk