James Bowman
James Bowman
Wow! Which platforms have you tried this on?
Does: header['foo'] = b'bar' work?
and you're using Python 3, correct?
OK, I have added test case ``test_header_bytes`` to exercise this path: https://github.com/jamesbowman/openexrpython/blob/master/test-exr.py#L362-L391 Please can you run ``test_exr.py`` - maybe this will clear up why you're seeing ``None`` for these attributes?...
The Windows GUI is cross-compiled on Linux, the Makefile is in C/win32gui: https://github.com/jamesbowman/spidriver/tree/master/c/win32gui The Linux.Mac GUI is the Python gui.py https://github.com/jamesbowman/spidriver/blob/master/python/samples/gui.py It is made into an executable with `pyinstaller` -...
Puzzling... did you know that there are pre-built Windows libraries here: http://www.lfd.uci.edu/~gohlke/pythonlibs/ On Wed, Jun 28, 2017 at 1:06 PM, Jamie Telford wrote: > Hi James, > > I have...
Yes, it supports Python 2.7 (and 2.6, 3.2 and 3.5): https://github.com/jamesbowman/openexrpython/blob/master/.travis.yml What is the installation failure?
OK, the Python module requires that the OpenEXR library itself is already installed. Have you considered installing from this page instead? https://www.lfd.uci.edu/~gohlke/pythonlibs/
Yes, that would be great!
Please download and try with this file: https://github.com/jamesbowman/openexrpython/blob/master/GoldenGate.exr