Runtime linking python #6004
|
I'm writing a dynamic library that supports both Node.js and Python. Currently on Windows, Pyo3 dynamically links to python3.dll, which means I still need to install Python when using NAPI. Is there a way to make Pyo3 link to python3.dll at runtime? (This would be really cool) |
Answered by
messense
Apr 27, 2026
Replies: 1 comment
Answer selected by
Shua-github
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See #2668