Changes between Initial Version and Version 2 of Ticket #9008


Ignore:
Timestamp:
Sep 10, 2008, 8:57:16 AM (16 years ago)
Author:
jbronn
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9008

    • Property Keywords GDAL_LIBRARY_PATH gdal gis added
    • Property Owner changed from nobody to jbronn
    • Property Triage Stage UnreviewedAccepted
    • 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{{{
    1243 if os.name == 'nt':
    2344    from ctypes import WinDLL
     
    56
    67'lib_name' is not defined
     8}}}
Back to Top