Well l have everything set ready and most of the test code including
dial
tone running well. Am using Jaunty (9.04) on ubuntu. my task is to
transmit
or to listen to Fmstereo. l have two RfX2400 daughter on two usrp boxes
both connected to the same computer. when l run the code
(root
https://www.cgran.org/browser/projectshttps://www.cgran.org/browser/projects
/radio_data_systemhttps://www.cgran.org/browser/projects/radio_data_system
/trunk
https://www.cgran.org/browser/projects/radio_data_system/trunk/srchttps://www.cgran.org/browser/projects/radio_data_system/trunk/src
/pythonhttps://www.cgran.org/browser/projects/radio_data_system/trunk/src/python
/fm_tx_stereo.pyhttps://www.cgran.org/browser/projects/radio_data_system/trunk/src/python/fm_tx_stereo.py
I get an error message as follows
[email protected]:~$ cd Desktop/
[email protected]:~/Desktop$ cd New
bash: cd: New: No such file or directory
[email protected]:~/Desktop$ cd new
[email protected]:~/Desktop/new$ ls
Fmstereo.py Makefile Makefile.am Makefile.in
[email protected]:~/Desktop/new$ ./Fmstereo.py
File “./Fmstereo.py”, line 25
from gnuradio import gr, usrp, blks2
^
IndentationError: unexpected indent
[email protected]:~/Desktop/new$
Best regards