#16105: libgdal1-1.7.0 broke django.contrib.gis.gdal.libgdal
--------------------------------------+------------------------
Reporter: ulvinge@… | Owner: nobody
Type: Bug | Status: closed
Milestone: | Component: GIS
Version: 1.3 | Severity: Normal
Resolution: invalid | Keywords:
Triage Stage: Unreviewed | Has patch: 0
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
--------------------------------------+------------------------
Comment (by anonymous):
Sorry:
{{{
from ctypes import CDLL
from ctypes.util import find_library
lib_path = find_library('gdal1.7.0')
lgdal = CDLL(lib_path)
_version_info = lgdal['GDALVersionInfo']
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/16105#comment:3>
Django <https://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 [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.