Changes between Initial Version and Version 2 of Ticket #9008
- Timestamp:
- Sep 10, 2008, 8:57:16 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9008
- Property Keywords GDAL_LIBRARY_PATH gdal gis added
- Property Owner changed from to
- Property Triage Stage Unreviewed → Accepted
- Property 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
-
Ticket #9008 – Description
initial v2 1 {{{ 1 2 43 if os.name == 'nt': 2 3 44 from ctypes import WinDLL … … 5 6 6 7 'lib_name' is not defined 8 }}}