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.
> guest@guest-VirtualBox:~$
> 
> 
> _______________________________________________
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
> 


_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to