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 _______________________________________________ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion