#10395: GeoIP broken with [9945]
-----------------------+----------------------------------------------------
 Reporter:  anonymous  |       Owner:  nobody    
   Status:  new        |   Milestone:  1.1       
Component:  GIS        |     Version:  SVN       
 Keywords:             |       Stage:  Unreviewed
Has_patch:  0          |  
-----------------------+----------------------------------------------------
 GeoIP was broken by [9945]
 {{{
 >>> from django.contrib.gis.utils.geoip import GeoIP
 Traceback (most recent call last):
   File "<console>", line 1, in <module>
   File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5
 /site-packages/django/contrib/gis/utils/geoip.py", line 45, in <module>
     if not settings._target: settings.configure()
   File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5
 /site-packages/django/utils/functional.py", line 273, in __getattr__
     return getattr(self._wrapped, name)
 AttributeError: 'Settings' object has no attribute '_target'
 >>> from django.contrib.gis.utils import GeoIP
 Traceback (most recent call last):
   File "<console>", line 1, in <module>
 ImportError: cannot import name GeoIP

 }}}

-- 
Ticket URL: <http://code.djangoproject.com/ticket/10395>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to