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

Popular posts from this blog

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -