#9008: 'lib_name' is not defined error on Windows when `GDAL_LIBRARY_PATH` is
set
-----------------------------------------+----------------------------------
Reporter: [EMAIL PROTECTED] | Owner: jbronn
Status: new | Milestone:
Component: GIS | Version: 1.0
Resolution: | Keywords: lib_name
GDAL_LIBRARY_PATH gdal gis
Stage: Accepted | Has_patch: 0
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
-----------------------------------------+----------------------------------
Changes (by jbronn):
* keywords: lib_name => lib_name GDAL_LIBRARY_PATH gdal gis
* owner: nobody => jbronn
* summary: libgdal/__init__.py name 'lib_name' is not defined on
windows => 'lib_name' is not defined error on
Windows when `GDAL_LIBRARY_PATH` is set
* stage: Unreviewed => Accepted
Old description:
> 43 if os.name == 'nt':
> 44 from ctypes import WinDLL
> 45 lwingdal = WinDLL(lib_name)
>
> 'lib_name' is not defined
New description:
{{{
43 if os.name == 'nt':
44 from ctypes import WinDLL
45 lwingdal = WinDLL(lib_name)
'lib_name' is not defined
}}}
--
Ticket URL: <http://code.djangoproject.com/ticket/9008#comment:2>
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 [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
-~----------~----~----~----~------~----~------~--~---