Hmm ... not sure what's going on.  When you're in Python, can you do "import 
gtk" successfully?  That's what CMake is testing for, roughly.  If it can't, 
hopefully the error will shed some light as to what's going on. - MLD

On Mar 3, 2012, at 9:16 PM, Carles Fernandez wrote:

> Well, actually I had the gnuradio port already and I did a "sudo port
> uninstall gnuradio" before all the building process. I saw that I have
> py27-gtk installed but python version is 2.6.7...so I did:
> 
> $ sudo port select python python27
> $ python -V
> Python 2.7.2
> 
> but when I do
> 
> $ cmake ../
> 
> I stiil get
> 
> -- Configuring gnuradio-companion support...
> --   Dependency ENABLE_GR_CORE = 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.
> 
> 
> Is there any step I'm missing?


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

Reply via email to