Error while running python program -



Error while running python program -

i running code pyzillow , encountering next problem while importing django library.

from django.contrib.gis.geos.error import geosexception

importerror: no module named django.contrib.gis.geos.error

thoughts?

follow django docs, find line in settings , create this- geos_library_path = r'c:\program files\osgeo4w64\bin\geos_c.dll'

this solve issue

python

Comments