Cannot run the Python Console
Hello,
When I try to run the Python Console I get this error:
Error starting server with host: 127.0.0.1, port: 50747, client_port: 50748
Exception in thread ServerThread:
Traceback (most recent call last):
File "C:\Python24\Lib\threading.py", line 442, in __bootstrap
self.run()
File "C:\Python24\Lib\threading.py", line 422, in run
self.__target(*self.__args, **self.__kwargs)
File "C:\Program Files (x86)\JetBrains\PyCharm Community Edition 3.4.1\helpers\pydev\pydevconsole.py", line 248, in start_server
server = XMLRPCServer((host, port), logRequests=False, allow_none=True)
File "C:\Program Files (x86)\JetBrains\PyCharm Community Edition 3.4.1\helpers\pydev\_pydev_xmlrpc_hook.py", line 18, in __init__
SimpleXMLRPCServer.__init__(self, *args, **kwargs)
TypeError: __init__() got an unexpected keyword argument 'allow_none'
I know I am running an old Python version, but that's the one I need to use for now.
How can I run the Python Console?
Thank you!
Johnny
When I try to run the Python Console I get this error:
Error starting server with host: 127.0.0.1, port: 50747, client_port: 50748
Exception in thread ServerThread:
Traceback (most recent call last):
File "C:\Python24\Lib\threading.py", line 442, in __bootstrap
self.run()
File "C:\Python24\Lib\threading.py", line 422, in run
self.__target(*self.__args, **self.__kwargs)
File "C:\Program Files (x86)\JetBrains\PyCharm Community Edition 3.4.1\helpers\pydev\pydevconsole.py", line 248, in start_server
server = XMLRPCServer((host, port), logRequests=False, allow_none=True)
File "C:\Program Files (x86)\JetBrains\PyCharm Community Edition 3.4.1\helpers\pydev\_pydev_xmlrpc_hook.py", line 18, in __init__
SimpleXMLRPCServer.__init__(self, *args, **kwargs)
TypeError: __init__() got an unexpected keyword argument 'allow_none'
I know I am running an old Python version, but that's the one I need to use for now.
How can I run the Python Console?
Thank you!
Johnny
Please sign in to leave a comment.