Replies: 1 comment 4 replies
-
Does anyone have any ideas? I have an embedded module that I want my users to be able to use to script parts of my application and it would be great to give them sphinx docs & let them work properly with an IDE. I still haven't found solutions. Thanks! |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a C++ application and I am embedding the interpreter as outlined in the docs.
I have a module defined using
PYBIND11_EMBEDDED_MODULE
.Everything I've found so far assumes that a python module is being generated - not embedded.
Thanks for any insights! (I'm a C++ guy, not a Python guy, so it's possible I'm misunderstanding some terminology.)
Beta Was this translation helpful? Give feedback.
All reactions