discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Pybombs Install Issue


From: Marcus Müller
Subject: Re: [Discuss-gnuradio] Pybombs Install Issue
Date: Fri, 10 Mar 2017 10:51:04 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0

Hi Cinaed, Hi Rich,

I think we do support gnuradio-runtime with Python 2.5; back in the GNU
Radio 3.3 days it was the only viable Python there was; you still can do
some things with it (Redhat 6, if I remember correctly, still ships with
Python 2.5), but most of the Python things in GR need 2.7, I think.

Anyway, I'd assume you're probably breaking a lot of things if you're
installing Python 2.5 on a modern Linux; however, I don't really see
Python 2.5 happening in Rich's output.

On my machine (Fedora), there's no pygtk2 python module, only pygtk. The
check that I'd do here is in fact a different one:
What does

import gtk
print gtk.pygtk_version

say? That's what the build infrastructure checks.

Cheers,

Marcus


On 03/10/2017 10:33 AM, Cinaed Simson wrote:
> You're running Ubuntu 16 but you're using python 2.5?
>
> I didn't even think gnuradio was supported under python 2.5 - I thought
> it was just versions 2.6 and 2.7.
>
> pygtk is probably installed under python2.7.
>
> Start an instance of python2.7 and the type
>
>   import pygtk2
>
> and see if it works.
>
> -- Cinaed
>
>
>
> On 03/09/2017 11:52 AM, Richard Bell wrote:
>> Hello all,
>>
>> I'm attempting to use Pybombs to install gnuradio onto a Ubuntu 16.04
>> virtualbox image I was given by someone else. The problem is that pygtk2
>> is installed as verified by apt-get, but Pybombs cannot find it, as
>> given by the below output. The image did not have any form of GNU Radio
>> installed prior, it only had Jupyter and packages related to TensorFlow
>> installed. How should I fix this problem?
>>
>> -- Configuring gr-blocks support...
>> --   Dependency Boost_FOUND = 1
>> --   Dependency ENABLE_GNURADIO_RUNTIME = ON
>> --   Enabling gr-blocks support.
>> --   Override with -DENABLE_GR_BLOCKS=ON/OFF
>> -- 
>> -- Python checking for python >= 2.5
>> -- Python checking for python >= 2.5 - found
>> -- 
>> -- Python checking for Cheetah >= 2.0.0
>> -- Python checking for Cheetah >= 2.0.0 - found
>> -- 
>> -- Python checking for lxml >= 1.3.6
>> -- Python checking for lxml >= 1.3.6 - found
>> -- 
>> -- Python checking for pygtk >= 2.10.0
>> -- Python checking for pygtk >= 2.10.0 - not found
>> -- 
>> -- Python checking for numpy
>> -- Python checking for numpy - found
>> -- 
>> -- Configuring gnuradio-companion support...
>> --   Dependency ENABLE_GNURADIO_RUNTIME = ON
>> --   Dependency ENABLE_PYTHON = ON
>> --   Dependency PYTHON_MIN_VER_FOUND = TRUE
>> --   Dependency CHEETAH_FOUND = TRUE
>> --   Dependency LXML_FOUND = TRUE
>> --   Dependency PYGTK_FOUND = FALSE
>> --   Dependency NUMPY_FOUND = TRUE
>> CMake Error at cmake/Modules/GrComponent.cmake:75 (message):
>>   user force-enabled gnuradio-companion but configuration checked failed
>> Call Stack (most recent call first):
>>   grc/CMakeLists.txt:45 (GR_REGISTER_COMPONENT)
>>
>> -- Configuring incomplete, errors occurred!
>> See also
>> "/home/guest/Documents/prefix/src/gnuradio/build/CMakeFiles/CMakeOutput.log".
>> See also
>> "/home/guest/Documents/prefix/src/gnuradio/build/CMakeFiles/CMakeError.log".
>> PyBOMBS.Packager.source - ERROR - Configuration failed after running at
>> least twice.
>> PyBOMBS.Packager.source - ERROR - Problem occurred while building
>> package gnuradio:
>> Configuration failed
>> PyBOMBS.install_manager - ERROR - Error installing package gnuradio.
>> Aborting.
>> address@hidden:~$
>>
>>
>> _______________________________________________
>> Discuss-gnuradio mailing list
>> address@hidden
>> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>>
>
> _______________________________________________
> Discuss-gnuradio mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio




reply via email to

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