discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Cheetah - Not Found error during GNU Radio instal


From: Tom Rondeau
Subject: Re: [Discuss-gnuradio] Cheetah - Not Found error during GNU Radio installation on Fedora 20.
Date: Wed, 16 Apr 2014 11:55:35 -0400

On Wed, Apr 16, 2014 at 12:10 AM, Ravi Sharan <address@hidden> wrote:
I am trying to install GNU Radio on Fedora 20. I get Cheetah not found error, even when the installed cheetah version is more than what is required (currently cheetah version is 2.4.4 on my PC). Initially I tried installing with PyBOMBS and got this error. The building stops even with build-gnuradio script. The CMake logs and Terminal error can be found here https://gist.github.com/NinjaComics/10733749 and  here https://gist.github.com/NinjaComics/10706947 respectively.

Ravi Sharan B A G.

What if you just open [i]python and type this. The following is the result on my Ubuntu 12.04 box.
 
In [1]: import Cheetah

In [2]: Cheetah.Version 
Out[2]: '2.4.4'

In [3]: Cheetah.Version >= '2.0.0'
Out[3]: True


Tom


reply via email to

[Prev in Thread] Current Thread [Next in Thread]