I still get the following error when I try and run the usrp_oscope.py
Traceback (most recent call lost): File ".ursp_oscope.py", line 27, in ? From gnuradio import gr, gru Import Error: No module named gnuradio Beside correcting the PYTHONPATH (Thanks Eric for pointing out missing 's'), I recompiled using the swig-1.3.24 per another post about 1.3.25 not being out friend. I did a make check on the gnuradio-core and carefully reviewed the out. I found .Testing gr_vmcircbuf_createfilemapping_factory... gr_vmcircbuf_createfilemapping: createfilemapping is not available ....... gr_vmcircbuf_createfilemapping_factory: Doesn't work Testing gr_vmcircbuf_sysv_shm_factory... ....... gr_vmcircbuf_sysv_shm_factory: OK Testing gr_vmcircbuf_mmap_shm_open_factory... ....... gr_vmcircbuf_mmap_shm_open_factory: OK Testing gr_vmcircbuf_mmap_tmpfile_factory... ....... gr_vmcircbuf_mmap_tmpfile_factory: OK ............................No 3DNow! support; not tested .No 3DNow! support; not tested Everything else gave successful test result. Any other suggestion? Mike PS: I redirect the output of my compile script or make command to a file and error messages, like the one above, don't seem to go in the file. WHY? What can I do to get all the outputs to go to the file? _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio