#9008: libgdal/__init__.py name 'lib_name' is not defined on windows --------------------------------+------------------------------------------- Reporter: [EMAIL PROTECTED] | Owner: nobody Status: new | Milestone: Component: GIS | Version: 1.0 Keywords: lib_name | Stage: Unreviewed Has_patch: 0 | --------------------------------+------------------------------------------- 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> 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 -~----------~----~----~----~------~----~------~--~---
