Hi
I did a fresh installation of gnuradio on my Ubuntu Feisty 7.04. I earlier
had an old installation of gnuradio on the same computer. I did a fresh svn
installation from the utah.edu trunk instead of an update as the update gave
me some errors. During installation i had a problem with the 'mbloc
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
Hi all,
I have started to build the gnuradio package and encountered a problem
relating to comedilib, in the gnuradio file "comedi_sink_s.cc" the call
ret = comedi_get_cmd_generic_timed(d_dev,d_subdevice,&cmd,(unsigned
int)(1e9/sampling_freq));
exist. However, in comedilib-0.8.1 the header fil