Finally I found the solution.

You have to call

py::module::import("gnuradio.qtgui.qtgui_python");

inside the PYBIND11_MODULE macro

-- Volker


Reply via email to