How To Install GEOS for GeoDjango on Windows
问题 I'm starting a GeoDjango project using Python 2.5, Django 1.2, MySQL and Apache. The project will be uploaded to a Linux server but the development will be on a Windows. The problem is I just can't get passed installing GEOS, how is it done? 回答1: I follow the instructions in http://docs.djangoproject.com/en/dev/ref/contrib/gis/install/#windows For the instalation of GEOS library in windows i use this: http://trac.osgeo.org/osgeo4w/ 回答2: what I did is to install GDAL from this answer, Unable