Re: Re: Problems about executing the flow graph and pythonpath

2021-12-07 Thread idrey
Hi Vasil, It works well now! Thanks a lot for your help! idrey

Install 3.9 on Ubuntu 21.04 - prefix & PYTHONPATH

2021-12-07 Thread Gavin Jacobs
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

Re: Install 3.9 on Ubuntu 21.04 - prefix & PYTHONPATH

2021-12-07 Thread Jeff Long
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

Re: Install 3.9 on Ubuntu 21.04 - prefix & PYTHONPATH

2021-12-07 Thread Gavin Jacobs
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

Re: Install 3.9 on Ubuntu 21.04 - prefix & PYTHONPATH

2021-12-07 Thread schneider
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

Unknown CMake command "GR_PYTHON_CHECK_MODULE"

2021-12-07 Thread Evariste Some
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