-
|
What is the canonical way in |
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
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.