...
File
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/__init__.py",
line 353, in __init__
self._handle = _dlopen(self._name, mode)
OSError: dlopen(/usr/local/lib/libGeoIP.dylib, 6): no suitable image
found. Did find:
/usr/local/lib/libGeoIP.dylib: mac
It appeared an import statement error caused the initial problem. But once
that was fixed, the following error results:
">>> from django.contrib.gis.utils.geoip import GeoIP
Traceback (most recent call last):
File "", line 1, in
File
"/Library/Frameworks/Python.framework/Versions/2.7/lib/py
2 matches
Mail list logo