You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know that we can embed python to a C++ program with pybind11 using py::exec. There are modules that are built-in to python (they are listed here https://docs.python.org/3/py-modindex.html), I want to know if they are in the python310.dll that you get from embeddable zip package or we have to install them manually. I am asking this because I have found .pyd files and a python310.zip file containing more in embeddable package that look like the built-in modules.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I know that we can embed python to a C++ program with pybind11 using
py::exec
. There are modules that are built-in to python (they are listed here https://docs.python.org/3/py-modindex.html), I want to know if they are in the python310.dll that you get from embeddable zip package or we have to install them manually. I am asking this because I have found .pyd files and a python310.zip file containing more in embeddable package that look like the built-in modules.Beta Was this translation helpful? Give feedback.
All reactions