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? Thanks, Carles Thanks, Carles On Sun, Mar 4, 2012 at 2:40 AM, Michael Dickens <m...@alum.mit.edu> wrote: > Did you use MacPorts for the background dependencies? If so, you can install > one of the py*-pygtk, e.g., "sudo port install py27-gtk" for Python 2.7 > (which is what I use). I find that on OSX, Python 2.6 play nice with GNU > Radio or GRC, but 2.7 does; YMMV. - MLD > > On Mar 3, 2012, at 7:41 PM, Carles Fernandez wrote: > >> On Sun, Mar 4, 2012 at 12:22 AM, Michael Dickens <m...@alum.mit.edu> wrote: >>> Hi Carles - That's great to hear! I take it that you don't have WX >>> installed? Using the QtGui really is nicer anyway :) But, having >>> gnuradio-companion is also nice ... maybe there is some other dependency >>> that isn't getting met for GRC? - MLD >>> >> >> Yes: >> >> $ cmake ../ >> >> ... >> -- Python checking for pygtk >= 2.10.0 >> -- Python checking for pygtk >= 2.10.0 - not found >> ... >> >> -- 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. >> -- Override with -DENABLE_GRC=ON/OFF >> ... >> >> >> >> Does anybody know how to install pygtk in Mac OS? I'd love to use >> gnuradio-companion... > > _______________________________________________ > 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