discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: Adding python functions to OOT module


From: Brandon Smith
Subject: Re: Adding python functions to OOT module
Date: Tue, 4 Oct 2022 09:44:51 -0400

Check your PYTHONPATH variable. You may have your OOT in something like /usr/lib/python3.x/site-packages/ and it's not in your default path.

- Brandon Smith


On Tue, Oct 4, 2022 at 9:34 AM jason duchez <jd20878@yahoo.com> wrote:
I'm trying to add python functions to a custom OOT module and am having issues importing the module into gnuradio-companion.  If I add the module name to an import block, I get an error saying the import failed.  I have followed the tutorial at:

https://wiki.gnuradio.org/index.php/TutorialPythonFunctions 

Any help would be appreciated.



reply via email to

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