Hi Vasil,
It works well now! Thanks a lot for your help!
idrey
I have a laptop computer with a fresh installation of Ubuntu desktop 21.04. I
add the ppa and installed gnuradio; I got version 3.9.2.0 (Python 3.9.5). It
runs fine from the GUI and the Terminal. Then I built a custom OOT block that I
had written a year ago called Stream.Select - I can build it
The prefix could be "/" if cmake installed it there. In general, you will
need to set LD_LIBRARY_PATH and PYTHON_PATH to include your installation
location.
On Tue, Dec 7, 2021 at 11:24 AM Gavin Jacobs
wrote:
> I have a laptop computer with a fresh installation of Ubuntu desktop
> 21.04. I add t
What I found so far:
The developer/user has to set PYTHONPATH as part of the process for an OOT
module.
If I am working on the laptop, I can edit ~/.profile and add these lines at the
end of the file:
# set path to Python modules for gnuradio
export PYTHONPATH=${PYTHONPATH}:/usr/local/lib/python
Hello Gavin,
On 07.12.21 17:03, Gavin Jacobs wrote:
> I have a laptop computer with a fresh installation of Ubuntu desktop
> 21.04. I add the ppa and installed gnuradio; I got version 3.9.2.0
> (Python 3.9.5).
On 07.12.21 22:49, Gavin Jacobs wrote:
> What I found so far:
> The developer/user has
Given the following configuration: Ubuntu 20.04, Gnuradio 3.8, gr-gsm,etc.
We installed an application that resulted to the following:
CMake Error at /usr/lib/x86_64-linux-gnu/cmake/gnuradio/FindTHRIFT.cmake:70
(GR_PYTHON_CHECK_MODULE):
Unknown CMake command "GR_PYTHON_CHECK_MODULE".
Call Stack