On 10/26/2011 12:50 PM, Jeff Scaparra wrote:
> I think I have everything figured out now I have pyqt pygtk and pywx
> installed however cmake still isn't finding pygtk even though the version is
> correct (running 2.24.0) and python -c "import gtk" has no output.
> 
> Anyone know what the specific check actually is?
> 

GR_PYTHON_CHECK_MODULE("pygtk >= 2.10.0"   gtk
"gtk.pygtk_version >= (2, 10, 0)"           PYGTK_FOUND)

basically its importing gtk, and running that comparison above

what does it yield for you?

> Jeff
> 
> On Wed, Oct 26, 2011 at 1:18 PM, Jeff Scaparra <j...@scaparra.com> wrote:
> 
>> I was just having an issue with the python path. gr_wxgui is enabled now. I
>> have the qt stuff installed but will look at manually pointing cmake in the
>> right direction. I think I can make this work. I hate to give up now. It
>> would be nice to write up a brew formula for gnuradio but I have no idea how
>> I would get my system back to a default state for testing after all I have
>> done (without reinstalling).
>>
>> Jeff
>>
>>
>> On Wed, Oct 26, 2011 at 12:47 PM, Ben Reynwar <b...@reynwar.net> wrote:
>>
>>> On Wed, Oct 26, 2011 at 8:44 AM, Jeff Scaparra <j...@scaparra.com> wrote:
>>>> Hello,
>>>>
>>>> I have almost gotten all the dependencies needed for gnuradio recognized
>>>> however I have qt qwt and wx installed but they aren't being recognized
>>> by
>>>> cmake. I have also tried to manually enable them with the
>>> -DENABLE_GR_QTGUI
>>>> AND -DENABLE_GR_WXGUI options with no luck. I have used homebrew to
>>> install
>>>> almost all of the dependencies and it has been a great help. If anyone
>>> have
>>>> any experience building gnuradio on OSX I would appreciate any input.
>>>>
>>>> Thanks,
>>>>
>>>> Jeff (KK4EPP)
>>>>
>>>> _______________________________________________
>>>> Discuss-gnuradio mailing list
>>>> Discuss-gnuradio@gnu.org
>>>> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>>>>
>>>>
>>>
>>> If you're not using homebrew for anything else, it's probably easier
>>> just to switch to using macports.  I had a good crack at getting
>>> gnuradio installed via homebrew but switched to macports in the end
>>> because I couldn't get the gui stuff working.
>>>
>>> Cheers,
>>> Ben
>>>
>>
>>
> 
> 
> 
> _______________________________________________
> 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