Finally I found the solution. You have to call
py::module::import("gnuradio.qtgui.qtgui_python");
inside the PYBIND11_MODULE macro
-- Volker
Finally I found the solution. You have to call
py::module::import("gnuradio.qtgui.qtgui_python");
inside the PYBIND11_MODULE macro
-- Volker