Just to follow up this issue was cleared up in django 1.8.1 

https://code.djangoproject.com/ticket/24724

On Tuesday, February 3, 2015 at 12:04:37 AM UTC-8, Claude Paroz wrote:
>
> 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 django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
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/537977fb-73e9-4f8c-986d-c06701e9c6e8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to