Opened 16 years ago

Last modified 16 years ago

#9008 closed

libgdal/__init__.py name 'lib_name' is not defined on windows — at Initial Version

Reported by: kitlycol@… Owned by: nobody
Component: GIS Version: 1.0
Severity: Keywords: lib_name GDAL_LIBRARY_PATH gdal gis
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

43 if os.name == 'nt':
44 from ctypes import WinDLL
45 lwingdal = WinDLL(lib_name)

'lib_name' is not defined

Change History (0)

Note: See TracTickets for help on using tickets.
Back to Top