Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WindowsError does not exist in cygwin #45

Closed
GoogleCodeExporter opened this issue Mar 13, 2015 · 1 comment
Closed

WindowsError does not exist in cygwin #45

GoogleCodeExporter opened this issue Mar 13, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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

olsonse added a commit to olsonse/ctypesgen that referenced this issue Nov 24, 2019
This patch establishes a unified list of prioritized directories from which
to try to load the required libraries.

This patch address issues:
   closes ctypesgen#74
   closes ctypesgen#45
   closes ctypesgen#36
olsonse added a commit to olsonse/ctypesgen that referenced this issue Nov 24, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
This patch establishes a unified list of prioritized directories from which
to try to load the required libraries.

This patch address issues:
   closes ctypesgen#74
   closes ctypesgen#45
   closes ctypesgen#36
olsonse added a commit to olsonse/ctypesgen that referenced this issue Nov 24, 2019
This patch establishes a unified list of prioritized directories from which
to try to load the required libraries.

This patch address issues:
   closes ctypesgen#74
   closes ctypesgen#45
   closes ctypesgen#36
olsonse added a commit to olsonse/ctypesgen that referenced this issue Nov 25, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
This patch establishes a unified list of prioritized directories from which
to try to load the required libraries.

This patch address issues:
   closes ctypesgen#74
   closes ctypesgen#45
   closes ctypesgen#36
olsonse added a commit to olsonse/ctypesgen that referenced this issue Nov 30, 2019
This patch establishes a unified list of prioritized directories from which
to try to load the required libraries.

This patch address issues:
   closes ctypesgen#74
   closes ctypesgen#45
   closes ctypesgen#36
@olsonse olsonse self-assigned this Dec 2, 2019
@olsonse olsonse closed this as completed in e4241f5 Dec 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants