Le lundi 2 février 2015 17:30:23 UTC+1, mattxbart a écrit : > > Hi all, > I had a working 1.7.4 (using geodjango) on windows 7 install, no issues. > I'm using osgeo4w to manage all the gdal/gis libraries. When I install the > django 1.8a release or off git master, I get the following traceback: > > $ ./manage.py shell > Traceback (most recent call last): > ... > register_all = void_output(lgdal.GDALAllRegister, []) > File "c:\Python27\lib\ctypes\__init__.py", line 378, in __getattr__ > func = self.__getitem__(name) > File "c:\Python27\lib\ctypes\__init__.py", line 383, in __getitem__ > func = self._FuncPtr((name_or_ordinal, self)) > AttributeError: function 'GDALAllRegister' not found > > I've installed all 32b libs, looks like something in the new raster > functionality? How do I get this working? >
Hi, This sort of issues are better handled through a ticket. Also please try to provide the installed versions of the geo libs, if possible. https://code.djangoproject.com/newticket Claude -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/880e54fa-ad55-48fc-b969-83658d2a10bd%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
