Using embedded python to create a dynamically linked library #4666
Unanswered
Liamsalass
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to create a dynamically linked library in C++ with embedded Python. How exactly does embedding Python compiles when creating the .dll? I need the .dll to be purely run in C without needing python installed on the machine running the code. This is possible through statically linking the python. Can this be done using pybind11?
Beta Was this translation helpful? Give feedback.
All reactions