Inigo Montoya
Inigo Montoya

Reputation: 15

Python / Nuke - Module DLL load failed in Nuke Enviroment

I'm trying to load the win32com module in Python to use within Nuke. It does work fine when using the Python 2.7.16 enviroment on my machine but when I use the Python enviroment of Nuke it failes to load the DLL.

Comparison of the two enviroments

This is the Python version of my local enviroment:

2.7.16 (v2.7.16:413a49145e, Mar 4 2019, 01:37:19) [MSC v.1500 64 bit (AMD64)]

This is the version that nuke uses

2.7.16 (v2.7.16-dirty:413a49145e, Aug 6 2019, 14:37:13) [MSC v.1913 64 bit (AMD64)]

I'm not sure what this "-dirty" means. Might that be a reason why it's not working? Do I need a different version of the win32com module?

Upvotes: 1

Views: 375

Answers (0)

Related Questions