Jest tested the installation (after git clone ...). I had to correct the following lines in _build.py to pass installation: lines 72, and 75 should be: f0 = open(f0,'br') f1 = open(f1,'br')
Nadav. ________________________________________ From: numpy-discussion-boun...@scipy.org [numpy-discussion-boun...@scipy.org] On Behalf Of Stéfan van der Walt [ste...@sun.ac.za] Sent: 13 March 2011 17:19 To: Discussion of Numerical Python Subject: Re: [Numpy-discussion] [OT] any image io module that works with python3? On Sat, Mar 12, 2011 at 2:35 PM, Zachary Pincus <zachary.pin...@yale.edu> wrote: > Here's a ctypes interface to FreeImage that I wrote a while back and > was since cleaned up (and maintained) by the scikits.image folk: > https://github.com/stefanv/scikits.image/blob/master/scikits/image/io/_plugins/freeimage_plugin.py > > If it doesn't work out of the box on python 3, then it should be > pretty simple to fix. I now fixed the scikits.image build process under Python 3, so this should be easy to try out. Regards Stéfan _______________________________________________ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion _______________________________________________ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion