Okay, but just to be clear, I don't have python-gtk installed - only
python-gtk2-dev.

The dev version basically gives you the include files - which may be
needed if you're building from source.

Try

  apt-get remove python-gtk
  apt-get install python-gtk2-dev

And then see if you can re-install python-gtk after you have rebuilt
gnuradio.

Then blow away the build directory - or move it and create a new build
directory.

In short, if cmake gets wedged you'll most likely never unwedge it - it
typically has to be reconfigured - and the easy way to do that is blow
away or move the build directory and start over.

I don't know how to use pybombs, but if all else fails,  I would rename
the current gnuradio to save it and re-install scratch.

-- Cinaed


On 09/18/2017 11:22 AM, Richard Bell wrote:
> Yeah I've done that multiple times trying to debug it. gtk2 vs gtk2-dev
> didn't make any difference when it came to gtk being found.
> 
> On Sat, Sep 16, 2017 at 1:31 PM, Cinaed Simson <cinaed.sim...@gmail.com
> <mailto:cinaed.sim...@gmail.com>> wrote:
> 
>     On 09/15/2017 09:07 AM, Richard Bell wrote:
>     > Hello all,
>     >
>     > I'm having a ridiculously annoying problem with either PyBOMBS or PyGTK
>     > right now. It prevents me from getting new prefixes of GNU Radio 
> installed.
>     >
>     > I'm using Ubuntu 16.04 on VBox and I have a working version of GNU Radio
>     > already installed via PyBOMBS. I wanted to install a new prefix so I 
> ran:
>     >
>     > pybombs -vv prefix init grcon/ -a grcon -R gnuradio-default
>     >
>     > I cannot get passed the installer thinking PyGTK is not installed, even
>     > though I have a version of GNU Radio working on this machine. I can't
>     > tell if PyGTK2 is supposed to cover the PyGTK dependecy either. From
>     > what I've been reading online I think it should, but I don't know for 
> sure.
>     >
>     >
>     > Inline image 1
>     >
>     >
>     > Inline image 2
>     >
>     > I've tried installing pygtk using pip, but I get this error
>     >
>     >
>     > Inline image 2
>     >
>     > This is why I can't tell where the problem lies, with PyBOMBS or with
>     > PyGTK? How could I have a working install of GNU Radio without PyGTK?
>     > Any help is appreciated.
> 
>     Try
> 
>       apt-get install python-gtk2-dev
> 
>     -- Cinaed
> 
>     >
>     >
>     > _______________________________________________
>     > Discuss-gnuradio mailing list
>     > Discuss-gnuradio@gnu.org <mailto:Discuss-gnuradio@gnu.org>
>     > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>     <https://lists.gnu.org/mailman/listinfo/discuss-gnuradio>
>     >
> 
> 
>     _______________________________________________
>     Discuss-gnuradio mailing list
>     Discuss-gnuradio@gnu.org <mailto:Discuss-gnuradio@gnu.org>
>     https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>     <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