discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] Problem in building GNURADIO release 2.6


From: kelvin loi
Subject: [Discuss-gnuradio] Problem in building GNURADIO release 2.6
Date: Wed, 14 Dec 2005 00:21:27 +0000 (GMT)

Hi All!
I have used GNURADIO release 2.4 since beginning of
this year. Everything was allright. But the problem
came, when i was trying to install new GNURADIO
release 2.6 yesterday. It popped up following errors
when i tried to run dial_tone.py.
address@hidden audio]$ python dial_tone.py
Traceback (most recent call last):
  File "dial_tone.py", line 55, in ?
    my_graph().run()
  File "dial_tone.py", line 49, in __init__
    self.connect (src0, (dst, 0))
  File
"/home/a1113121/lib/python2.4/site-packages/gnuradio/gr/basic_flow_graph.py",
line 115, in connect
    self._connect (points[i-1], points[i])
  File
"/home/a1113121/lib/python2.4/site-packages/gnuradio/gr/basic_flow_graph.py",
line 120, in _connect
    self._connect_prim (s, d)
  File
"/home/a1113121/lib/python2.4/site-packages/gnuradio/gr/basic_flow_graph.py",
line 126, in _connect_prim
    self._check_valid_dst_port (dst_endpoint)
  File
"/home/a1113121/lib/python2.4/site-packages/gnuradio/gr/basic_flow_graph.py",
line 225, in _check_valid_dst_port
    self._check_port
(dst_endpoint.block.input_signature(),
dst_endpoint.port)
  File
"/home/a1113121/lib/python2.4/site-packages/gnuradio/gr/basic_flow_graph.py",
line 230, in _check_port
    if signature.max_streams () == -1: # infinite
AttributeError: 'PySwigObject' object has no attribute
'max_streams'
 
I am working on FC3, boost-1-32, cppunit-1.10.2,
fftw-3.0.1, pkgconfig-0.17, Python-2.4.1,  sdcc-2.4.0,
swig-1.3.24, wxPython--2.6.1.0. FC3 does have
libpython2.3.so, but in my home directory does not
have libpython2.4.so (i have Python-2.4.1 installed in
my home directory). Is there any solutions instead of
rebuilding it again?


Cheers,
kelvin 

Send instant messages to your online friends http://uk.messenger.yahoo.com 




reply via email to

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