I tried geodjango recently and worked fine for me without even installing this C library. But when I used the same project in appengine sdk it fails when it tries to import the GeoIP class then I looked at the differences, I downloaded the new appengine sdk + django 1.2, and the problem remains! I tried "python manage.py shell"
from django.contrib.gis import utils
utils.HAS_GEOIP #returns False(django in appengine)
but when I do the same in the django native application, the same line returns True what am I missing here?
python google-app-engine django geoip
Ghassen telmoudi
source share