Try:-
Download
http://download.osgeo.org/osgeo4w/release/geos/geos-3.2.2-1.tar.bz2
Extract Files
copy bin/geos_c.dll to c:\Python27\DLLs\
Add following to settings.py
GEOS_LIBRARY_PATH='c:\Python27\DLLs\geos_c.dll'
I had same problem with 1.2.5, above fix for 1.3-rc1
On Feb 3, 2:59 pm, Norecc
Hi!
Using geodjango at home on ubuntu everything is ok.
but im trying to install it on winXP on my work
and have some problems with lib geos.
Ive installed PostGis.I wrote some code like this:
from django.conf import settings
settings.configure(GEOS_LIBRARY_PATH=r'c:\Python27\DLLs
\libgeos-3-2-2.
2 matches
Mail list logo