Skip to content

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