Im not sure I understood your original message. In any case, I have it working now though I used a different GDAL build than the one down by Tamas.
I uninstalled Tamas' build (had to delete a few files in the site-packages directory) and then install the GDAL libs from here: http://www.lfd.uci.edu/~gohlke/pythonlibs/ GDAL-1.8.1.win-amd64-py3.2.exe <http://www.lfd.uci.edu/~gohlke/pythonlibs/> [6.6 MB] [Python 3.2] [64 bit] [Jul 08, 2011] My code now works! Isaac On Mon, Jul 11, 2011 at 2:47 PM, Even Rouault <[email protected]>wrote: > Le lundi 11 juillet 2011 20:40:56, Isaac Gerg a écrit : > > Hmmm.. I just downloaded numpy from here: > > http://www.lfd.uci.edu/~gohlke/pythonlibs/ the 64bit windows one without > > MKL. > > > > I installed it successfully and then reran the code. Same error. Any > > ideas? > > Yes, as I said in my previous answer, you need numpy at your side, but > that's > not enough. The GDAL python bindings need to be rebuilt against a python > with > numpy installed. So some extra work would be needed on Tamas side. >
_______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
