discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Porting oot modules to gr 3.9 and pybind ***solved


From: Volker Schroer
Subject: Re: Porting oot modules to gr 3.9 and pybind ***solved
Date: Tue, 7 Jul 2020 09:27:52 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0

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

[Prev in Thread] Current Thread [Next in Thread]