Replies: 2 comments 2 replies
-
If I am not mistaken python libs have to be present. |
Beta Was this translation helpful? Give feedback.
2 replies
-
While compiling you provide a python3xx.lib file For static compiling see this |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have a c++ program that calls a python script using pybind11. I managed to get it working on my device (which has python installed). But when i try to run the program on another device (that does not have python installed) it gives an error saying: python311.dll is missing. I assumed that pybind11 completely embeds the python interpreter in the application. why does it still search for python311.dll then? am i doing something wrong?
OS: Windows
Beta Was this translation helpful? Give feedback.
All reactions