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

Patch to correctly find DLL and dependencies #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

eufren
Copy link

@eufren eufren commented May 19, 2020

Patch to correctly find DLL and dependencies in PATH variable on Windows.
Works, but the except: pass bit is a bit janky - for some reason, it throws an error after adding all the paths otherwise.

Fixes #10

Patch to correctly find DLL and dependencies in PATH variable on Windows.
Works, but the except: pass bit is a bit janky - for some reason, it throws an error after adding all the paths otherwise.
@daniel-de-vries
Copy link
Collaborator

I don't love the try-catch logic where we're pulling something manually from the PATH environment variable. Is there no better way to solve this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Changes to DLL search in Python 3.8 break things
2 participants