On Sat, Oct 22, 2005 at 03:09:50PM -0600, Robitaille, Michael wrote: > > I got it all to work. I am installing it in my local directory and I don't > need to use the sudo command to install but I still need it to run. I was > following the instruction in UsrpInstall Wiki to literally and did not think > of changing the '/usr/local' for the location I had installed the software. > I moved the firmware and usrp_fpga.rbf to the proper directory and it works. > > I still get the following error when I try to run usrp_oscope.py or > wfm-rcv_gui.py. > > Traceback (most recent call lost): > > File ".ursp_oscope.py", line 27, in ? > > From gnuradio import gr, gru > > Import Error: No module named gnuradio > > > > To the best of my knowledge, all the base software and gnuradio software > compiled and installed correctly.
Does "make check" in gnuradio-core work? > PYTHONPATH=$GR/lib/python2.4/site-package:\ > > $GR/lib/python2.4/site-package/Numeric:\ > > /usr/lib/python2.4/site-package Should be site-packages (note the trailing 's') You are exporting these, right? Eric _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio