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

Load .dll automatically by __init__.py in fdml module #10

Open
barakugav opened this issue May 2, 2022 · 0 comments
Open

Load .dll automatically by __init__.py in fdml module #10

barakugav opened this issue May 2, 2022 · 0 comments
Labels

Comments

@barakugav
Copy link
Owner

On windows, after compiling the Python bindings, a .dll is created. Currently the user need to use os.add_dll_directory.
Need to find .dll automatically by calling the add_dll func ourselves in an init.py file.
Need to check if the init file is called before the dll is required.

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

No branches or pull requests

1 participant