discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] PYGTK Installed but invisible to cmake .. (arch l


From: Cinaed Simson
Subject: Re: [Discuss-gnuradio] PYGTK Installed but invisible to cmake .. (arch linux manjaro)
Date: Sun, 22 Jan 2017 01:04:28 -0800
User-agent: Mozilla/5.0 (X11; Linux i686; rv:45.0) Gecko/20100101 Thunderbird/45.6.0

On 01/21/2017 05:48 PM, Hotel Kilo Alpha Delta Japon wrote:
> Hello,
> When manually compiling from git sources, i get all the components
> needed but gnuradio-companion gets disables cause of PYGTK not being
> found. Although present under my system.
> 
> 
> --   Dependency PYGTK_FOUND = FALSE
> 
> 
> But I can see it installed under my system:
> 
> address@hidden build]$ yaourt -s pygtk
> 1 extra/pygtk 2.24.0-6 [installed]
>     Python bindings for the GTK widget set
> 

I would double check by starting up python and see if I could

  import pygtk as pygtk
  pygtk._get_available_versions()


> 
> address@hidden build]$ sudo find / -name pygtk
> find: ‘/run/user/1000/gvfs’: Permission denied
> /usr/include/pygtk-2.0/pygtk
> /usr/lib/pygtk
> /usr/share/gtk-doc/html/pygtk
> /usr/share/pygtk
> 
> Any little hint on how to go about... greatly appreciated.
> 
> ADJ
> 
> 
> -- 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
> --   Disabling gnuradio-companion support.
> --   Override with -DENABLE_GRC=ON/OFF
> 
> 
> 
> HK4ADJ
> 
> 
> _______________________________________________
> 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]