Re: [Openexr-devel] Getting started with OpenExr python bindings

2017-07-13 Thread Samat K Jain
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

Re: [Openexr-devel] Getting started with OpenExr python bindings

2017-07-13 Thread Brad Hards
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:

[Openexr-devel] Getting started with OpenExr python bindings

2017-07-12 Thread James Crowther
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