How To Install GEOS for GeoDjango on Windows How To Install GEOS for GeoDjango on Windows django django

How To Install GEOS for GeoDjango on Windows


what I did is to install GDAL from this answer, Unable to install Python and GDAL (DLL load failed), and then add this line to settings.py,

GEOS_LIBRARY_PATH = 'C:/Program Files/GDAL/geos_c.dll'

then it is fine to use postgis.


Follow this tutorial it will Install GDAL complete library including GEOS.Just did it yesterday worked fine

http://www.gis.usu.edu/~chrisg/python/2009/docs/gdal_win.pdf