Python Forum
Gnuradio python3 is not compatible python3 xmlrpc library How Can I Fix İt ?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Gnuradio python3 is not compatible python3 xmlrpc library How Can I Fix İt ?
#1
First I create a osmocom-sink signal-source and Xmlrpc-server. I want to use rcp commands to change cent_frequency. İt give to me this error

****Executing: /usr/bin/python3 -u /root/Downloads/xmlsiz.py
Traceback (most recent call last):
File "/root/Downloads/xmlsiz.py", line 20, in <module>
import SimpleXMLRPCServer
ModuleNotFoundError: No module named 'SimpleXMLRPCServer'
>>> Done (return code 1)****
I Fixed it. I changed library name to

import SimpleXMLRPCServer

from xmlrpc.server import SimpleXMLRPCServer

But İt is giving to me this error again !

root@kali:~/Downloads# python3 '/root/Downloads/xmlsiz.py'
Traceback (most recent call last):
File "/root/Downloads/xmlsiz.py", line 157, in <module>
main()
File "/root/Downloads/xmlsiz.py", line 135, in main
tb = top_block_cls()
File "/root/Downloads/xmlsiz.py", line 81, in __init__
self.xmlrpc_server_0 = SimpleXMLRPCServer.SimpleXMLRPCServer(('localhost', 8080), allow_none=True)
AttributeError: type object 'SimpleXMLRPCServer' has no attribute 'SimpleXMLRPCServer'


How Can I Fix This ? Gnuradio 3.8.0 python3 version is not compatible Python3 Xmlrpc Library.
I need to use xmlrpc library
Reply


Messages In This Thread
Gnuradio python3 is not compatible python3 xmlrpc library How Can I Fix İt ? - by muratoznnnn - Nov-05-2019, 05:44 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Python3 string slicing Luchano55 4 625 Feb-17-2024, 09:40 AM
Last Post: Pedroski55
  Kivy App - Python3 script to Android app (opencv) jttolleson 7 3,532 Oct-19-2023, 01:11 PM
Last Post: MasCain
Sad Migrating of python2 script to python3 zuri 7 990 Oct-05-2023, 02:40 PM
Last Post: snippsat
  Migration of Python2 and Python3 using Modernize and Future Rakshan 5 2,539 Oct-05-2023, 08:55 AM
Last Post: zuri
  How can prepare the modules when compiling python3.11? luofeiyu 1 580 Sep-28-2023, 03:50 PM
Last Post: deanhystad
  Understanding and debugging memory error crashes with python3.10.10 Arkaik 5 2,112 Apr-18-2023, 03:22 AM
Last Post: Larz60+
  How should I run pip-date in python3? newbieAuggie2019 5 1,900 Mar-31-2023, 03:21 PM
Last Post: snippsat
  How to use xmlrpc from flrig? mamoman 3 1,121 Feb-10-2023, 06:25 PM
Last Post: Larz60+
  How to run together python3.10 and python3.7 ilknurg 2 774 Nov-14-2022, 10:11 AM
Last Post: Gribouillis
  hypothesis 6.46.2 requires python3.7 or later Anldra12 6 1,640 Jun-22-2022, 11:05 AM
Last Post: Anldra12

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020