discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] No module named RPCConnectionThrift


From: Rensi Mathew
Subject: [Discuss-gnuradio] No module named RPCConnectionThrift
Date: Mon, 27 Aug 2018 06:57:34 +0000 (UTC)

when I am working on python simple_copy_controller.py 127.0.0.1 <PORT> true,

it shows the following error:-

address@hidden:/home/pglab1/gnuradio/gr-blocks/examples/ctrlport# python simple_copy_controller.py 127.0.0.1 9090 true

Traceback (most recent call last):

File "simple_copy_controller.py", line 16, in <module>

radiosys = GNURadioControlPortClient(argv=argv, rpcmethod='thrift')

File "/usr/local/lib/python2.7/dist-packages/gnuradio/ctrlport/GNURadioControlPortClient.py", line 117, in __init__

from gnuradio.ctrlport.RPCConnectionThrift import RPCConnectionThrift

ImportError: No module named RPCConnectionThrift

How can I correct this error?


RensiSam


reply via email to

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