Re: gr-display "import display" causes error

2024-11-20 Thread Ron Economos
You should have used: cmake -DCMAKE_INSTALL_PREFIX=/usr You should also use that for any OOT you install. Ron On 11/20/24 11:50, Elmore Family wrote: Marcus, I have discovered I made two errors in this process which may be contributing to this issue. However, here is what I have done and th

Re: gr-display "import display" causes error

2024-11-20 Thread Elmore Family
Marcus, I have discovered I made two errors in this process which may be contributing to this issue. However, here is what I have done and the results. I followed the procedure that Volker outlined in the README from his Github project. cmake -DCMAKE_INSTALL_PREFIX=/usr/bin is executed fro

Re: gr-display "import display" causes error

2024-11-20 Thread Marcus Müller
Hi Jim, sounds like you have a local installation of gr-display (in /usr/local) and the python part can't find the underlying compiled C++ library. Can you check where "libgnuradio-display…" has been installed to (since you probably compiled this yourself, there might be a `install_manifest.tx

Re: gr-display "import display" causes error

2024-11-20 Thread Ron Economos
You have to do: sudo ldconfig also. Ron On 11/20/24 19:32, Elmore Family wrote: Ron, I still get the same error using /usr. Jim -Original Message- From: Ron Economos Sent: Wednesday, November 20, 2024 4:48 PM To: discuss-gnuradio@gnu.org Subject: Re: gr-display "import display" cau

Re: gr-display "import display" causes error

2024-11-20 Thread Elmore Family
Ron, I still get the same error using /usr. Jim -Original Message- From: Ron Economos Sent: Wednesday, November 20, 2024 4:48 PM To: discuss-gnuradio@gnu.org Subject: Re: gr-display "import display" causes error You should have used: cmake -DCMAKE_INSTALL_PREFIX=/usr You should als