Re: XML Client Issue - Gnuradio 3.8

2020-04-23 Thread Vitt Benv
HI, thanks to you Glen and Marcus! Searching I see that there's an opened issue about that, and I'll try to tweak manually the GRC generate source to the correct Python3 syntax. Anyway, thanks again, Vittorio Il giorno mar 21 apr 2020 alle ore 23:30 Marcus D. Leech < patchvonbr...@gmail.com> ha s

Re: XML Client Issue - Gnuradio 3.8

2020-04-21 Thread Marcus D. Leech
On 04/21/2020 01:04 PM, Vitt Benv wrote: Good evening, I'm experiencing this error while using a XMLRPC Client block: # Executing: /usr/bin/python3 -u /home/vic/remote-trx/local_6.py File "/home/vic/remote-trx/local_6.py", line 192 self.xmlrpc_client_0 = xmlrpclib

Re: XML Client Issue - Gnuradio 3.8

2020-04-21 Thread Glen Langston
Hi I’m guessing that you can not use multiple ‘ in the string; Use double quotes for the ends > On Apr 21, 2020, at 1:04 PM, Vitt Benv wrote: > > Good evening, > > I'm experiencing this error while using a XMLRPC Client block: > > # > Executing: /usr/bin/python3 -u /

XML Client Issue - Gnuradio 3.8

2020-04-21 Thread Vitt Benv
Good evening, I'm experiencing this error while using a XMLRPC Client block: # Executing: /usr/bin/python3 -u /home/vic/remote-trx/local_6.py File "/home/vic/remote-trx/local_6.py", line 192 self.xmlrpc_client_0 = xmlrpclib.Server('http://'192.168.1.80':12100')