#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     
        Resolution:                      |      Keywords:  lib_name
             Stage:  Unreviewed          |     Has_patch:  0       
        Needs_docs:  0                   |   Needs_tests:  0       
Needs_better_patch:  0                   |  
-----------------------------------------+----------------------------------
Changes (by anonymous):

  * needs_better_patch:  => 0
  * needs_tests:  => 0
  * needs_docs:  => 0

Comment:

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


 'lib_name' is not defined

-- 
Ticket URL: <http://code.djangoproject.com/ticket/9008#comment:1>
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to