Hi Carl,
Thanks very much for the response.
I am trying to get GeoDjango up and running (for a couple of days now) and
am having a really hard time.
I came across another question on the internet (that does not specifically
have to do with my issue) that suggested putting this path variable into
the project setting (today):
GEOS_LIBRARY_PATH = r'C:\Program Files\OSGeo4W64\bin\geos_c.dll'
Sadly, I do not know why this would work to rectify the initial problem.
I think it gets past the GEOSException error, but another error is coming
up:
*OSError: [WinError 126] The specified module could not be found*
Since I am new to all of these particular technologies (Django, Python,
GeoDjango) I do not know where to begin troubleshooting these. I am not
even clear on how to read the below traceback (i.e. where the block of code
are delineated. I am assuming each time I see *File*, that is a new code
block that is being run).
Ivan
File
"C:\Python34\lib\site-packages\django\contrib\gis\forms\__init__.py", lin
e 2, in <module>
from .fields import (GeometryField, GeometryCollectionField,
PointField, #
NOQA
File "C:\Python34\lib\site-packages\django\contrib\gis\forms\fields.py",
line
8, in <module>
from django.contrib.gis.geos import GEOSException, GEOSGeometry
File "C:\Python34\lib\site-packages\django\contrib\gis\geos\__init__.py",
line
9, in <module>
from .libgeos import geos_version, geos_version_info # NOQA: flake8
detects
only the last __all__
File "C:\Python34\lib\site-packages\django\contrib\gis\geos\libgeos.py",
line
61, in <module>
lgeos = CDLL(lib_path)
File "C:\Python34\lib\ctypes\__init__.py", line 351, in __init__
self._handle = _dlopen(self._name, mode)
OSError: [WinError 126] The specified module could not be found
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-users/0fa27af4-f7d9-43d9-a522-881d228d9769%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.