Skip to content

Handling PATH breakage on Windows with Python 3.8+ #1346

Discussion options

You must be logged in to vote

Libraries on PyPI just call os.add_dll_directory in their __init__.py.

Other options are what you said (including all similar/derivative options) and you can also make sure the DLLs are in the same path as your Python code (if I'm not mistaken).

But since this is more a question than an issue, I'll convert it to a discussion.

Replies: 2 comments 15 replies

Comment options

You must be logged in to vote
11 replies
@anderslanglands
Comment options

@JeanChristopheMorinPerso
Comment options

@anderslanglands
Comment options

@JeanChristopheMorinPerso
Comment options

@anderslanglands
Comment options

Answer selected by JeanChristopheMorinPerso
Comment options

You must be logged in to vote
4 replies
@anderslanglands
Comment options

@JeanChristopheMorinPerso
Comment options

@anderslanglands
Comment options

@christian-korneck
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #1345 on July 09, 2022 22:11.