Are you sure OpenEXR has Python bindings?
$ cd openexr-2.2.0/
$ grep -ir python .
Returns nothing for me. IlmBase has Python bindings, and that will give
you support for Halfs, etc, but isn't enough to actually let you read
OpenEXR files. Someone correct me if wrong.
There's a really old package on
checking for boost::python... no
*** Could not run the boost::python test program, checking why...
*** The test program could not be compiled. Is boost::python installed?
*** Check that the cflags (below) includes the boost::python include directory
***
*** Flags used by the test:
***
cflags:
Hi there,
I am a complete noob to the open exr bindings for python, I am running
MacOSX sierra.
I have managed to run ./configure, make and make install as dictated by the
readme. However, I am lacking instructions for how to do the simplest of
things, that is import the lib into pyth