Hi,
Just started on this project again and faced with this problem with the
gnuradio-3.1.3 version using fedora 9. The error message occured when i was
running gr-utils/src/python/usrp_fft.py
I am logging in as root.
The error reported is as shown:
Traceback (most recent call last):
File
see http://gnuradio.org/trac/wiki/FedoraInstall
perhaps your python path does not include the gnuradio install
--
FC5 and later ΒΆ
x86 (32-bit) systems:
export PYTHONPATH=/usr/local/lib/python2.4/site-packages
X86-64 systems:
export PYTHONPATH=/usr/local/lib64/python2.4/si
Joreen Tan wrote:
>
> I'm totally new to gnuradio.. i installed gnuradio via fedora 6 and the
> installation was successful. however, i get the ImportError when i tried
> to run a program. Below are the exact codes i typed.
>
> [EMAIL PROTECTED] ~]# cd gnuradio-3.1.2/gnuradio-examples/python/u
Hi,
I'm totally new to gnuradio.. i installed gnuradio via fedora 6 and the
installation was successful. however, i get the ImportError when i tried to run
a program. Below are the exact codes i typed.
[EMAIL PROTECTED] ~]# cd gnuradio-3.1.2/gnuradio-examples/python/usrp
[EMAIL PROTECTED] usr