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) |
Beta Was this translation helpful? Give feedback.
Answered by
messense
Apr 27, 2026
Replies: 1 comment
-
|
See #2668 |
Beta Was this translation helpful? Give feedback.
0 replies
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