[Numpy-discussion] 2D binning

Christoph Gohlke cgohlke at uci.edu
Wed Jun 2 17:48:51 EDT 2010



On 6/2/2010 2:32 PM, Mathew Yeates wrote:
> Nope. This version didn't work either.
>
>
>
>     If you're on Python 2.6 the binary on here might work for you:
>
>     http://www.lfd.uci.edu/~gohlke/pythonlibs/
>
>     It looks recent enough to have the rewritten ndimage



On 6/2/2010 2:32 PM, Mathew Yeates wrote:
> Nope. This version didn't work either.
>

Please note that in order to use the ndimage package from 
<http://www.lfd.uci.edu/~gohlke/pythonlibs/#ndimage> you have to use 
"import ndimage as ndi" instead of "import scipy.ndimage as ndi". The 
code posted by Wes works for me on Windows after that change.

--
Christoph




More information about the NumPy-Discussion mailing list