discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] Re: No module named gnuradio


From: Jay Kumar
Subject: [Discuss-gnuradio] Re: No module named gnuradio
Date: Tue, 31 Mar 2009 14:28:26 +0200

Hello ,
 I am through that problem .The fault was in pkg-config version.Now i am 
stucked in running any of the gr-utils examples.Whenever i try to run 
./usrp_oscope.py i get the following error:

address@hidden python]# ./usrp_test_loopback.py
Traceback (most recent call last):
  File "./usrp_test_loopback.py", line 65, in ?
    main ()
  File "./usrp_test_loopback.py", line 58, in main
    tb = build_graph ()
  File "./usrp_test_loopback.py", line 46, in build_graph
    tb.connect (data_src, usrp_tx)
  File 
"/usr/local/lib/python2.4/site-packages/gnuradio/gr/top_block.py", line 
7 0, in connect
    self._connect(points[i-1], points[i])
  File 
"/usr/local/lib/python2.4/site-packages/gnuradio/gr/top_block.py", line 
7 6, in _connect
    dst_block.basic_block(), dst_port)
  File 
"/usr/local/lib/python2.4/site-packages/gnuradio/gr/gnuradio_swig_py_runt 
ime.py", line 1469, in connect
    return _gnuradio_swig_py_runtime.gr_top_block_sptr_connect(*args)
NotImplementedError: Wrong number of arguments for overloaded function 
'gr_top_b lock_sptr_connect'.
  Possible C/C++ prototypes are:
    connect(boost::shared_ptr< gr_top_block > *,gr_basic_block_sptr)
    connect(boost::shared_ptr< gr_top_block > 
*,gr_basic_block_sptr,int,gr_basic _block_sptr,int)

I really dont know why is this happening.Plz kindly help me out.

Thanks
-- 
Posted via http://www.ruby-forum.com/.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]