|
What is the canonical way in |
Answered by
usiems
Nov 11, 2025
Replies: 1 comment
|
You can call PyImport_ImportModule("math") from the Python C interface, and assign the returned PyObject pointer to a PythonQtObjectPtr. |
0 replies
Answer selected by
MinyazevR
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can call PyImport_ImportModule("math") from the Python C interface, and assign the returned PyObject pointer to a PythonQtObjectPtr.