discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] Error in tcp.py and patch


From: Volker Schroer
Subject: [Discuss-gnuradio] Error in tcp.py and patch
Date: Sat, 15 Jun 2013 17:33:06 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130520 Thunderbird/17.0.6

Hi,

I just tried to use tcp source/ sink in gnuradio 3.7.0git-126-g72776a40 and I get the following errors:

The sink side

File "/usr/local/gnuradio/lib64/python2.7/site-packages/grc_gnuradio/blks2/tcp.py", line 70, in __init__
    self.connect(self, gr.file_descriptor_sink(itemsize, fd))
AttributeError: 'module' object has no attribute 'file_descriptor_sink'

and the source side:

File "/usr/local/gnuradio/lib64/python2.7/site-packages/grc_gnuradio/blks2/tcp.py", line 59, in __init__
    self.connect(gr.file_descriptor_source(itemsize, fd), self)

After applying the attached patch  tcp.py works for me

--Volker

Attachment: tcp.py.patch
Description: Text Data


reply via email to

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