Using Python OpenEXR bindings from Houdini?

   2269   1   1
User Avatar
Member
8 posts
Joined: Dec. 2017
Offline
Has anyone had any luck getting the OpenEXR Python library to load with Houdini (windows 10, 64bit)?

I can't seem to import the module without the .pyd DLL failing to load. I'd love to be able to load and modify exr's directly through python.

Any thoughts?

PS C:\Program Files\Side Effects Software\Houdini 16.5.268\python27> .\python.exe
Python 2.7.5 (default, Nov  6 2016, 12:19:41) [MSC v.1900 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import OpenEXR
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: DLL load failed: The specified module could not be found.
User Avatar
Member
36 posts
Joined: July 2013
Offline
Same problem /-:
Actually installed OpenEXR in seperate Python 2.7 and then tried to import to Houdini:

import sys
sys.path.append(“C:/Python27/Lib/site-packages/”)
import OpenEXR

Same Error
Edited by adrianmeyerart - Oct. 10, 2019 10:42:41
  • Quick Links