den-run-ai / ctypesgen

Automatically exported from code.google.com/p/ctypesgen
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

WindowsError does not exist in cygwin #45

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In libraryloader.py, loaderclass["cygwin"] = WindowsLibraryLoader, but 
WindowsError is not defined in cygwin python. So any exception raised will be 
fatal if it is tried to be matched to WindowsError.

Original issue reported on code.google.com by ropo...@gmail.com on 30 Sep 2013 at 4:25

GoogleCodeExporter commented 9 years ago
Just downloaded cygwin and installed the python package using setup-x86.exe and 
getting :

NameError: global name 'WindowsError' is not defined

Original comment by nmz...@gmail.com on 20 Jun 2014 at 6:43