On Mon, Jul 11, 2005 at 02:09:25PM -0700, Charles Chen wrote: > Hi All, > > I have everything installed and was trying to run > ./usrp_oscope.py according to the instructions at > http://comsec.com/wiki?UsrpInstall . However, I get an > error when I try to run the file. > > from gnuradio_swig_python import buffer, > buffer_add_reader, block_detail, \ > ImportError: cannot import name buffer > > So the problem is, I can import gnuradio, wx, and > Numeric but when i try to import gr from gnuradio it > won't work. Here's what happens: >
Wrong version of SWIG. Use 1.3.23 or 1.3.24. 1.3.25 has some incompatible change that I haven't figured out yet. Eric _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
