来自django.contrib.gis.geos导入GEOSException,GEOSGeometry,fromstr ImportError:无法导入名称GEOSException

时间:2014-08-15 05:36:08

标签: python django django-oscar

我正在研究django-oscar项目以创建自定义电子商务应用程序。

当我使用python manage.py runserver命令运行我的项目时, 我收到了这个错误“

from django.contrib.gis.geos import GEOSException, GEOSGeometry, fromstr
    ImportError: cannot import name GEOSException"

如何安装GEOS?

1 个答案:

答案 0 :(得分:2)

要使用django的地理空间功能,您需要另外安装相关的库:

https://docs.djangoproject.com/en/dev/ref/contrib/gis/install/