Cl-console-gui doesn’t open

Hello community.

I have a problem running the program

    indent preformattedelover@calculate  ~  cl-console-gui

Traceback (most recent call last):
File “/usr/lib/python-exec/python2.7/cl-console-gui”, line 109, in
main()
File “/usr/lib/python-exec/python2.7/cl-console-gui”, line 21, in main
from calculate.consolegui.application.ConnectionTabs import (ToolTabWidget,
File “/usr/lib64/python2.7/site-packages/calculate/consolegui/application/ConnectionTabs.py”, line 31, in
from MainClass import ApiClient
File “/usr/lib64/python2.7/site-packages/calculate/consolegui/application/MainClass.py”, line 17, in
from Box import MainWgt
File “/usr/lib64/python2.7/site-packages/calculate/consolegui/application/Box.py”, line 27, in
from conf_connection import FrameConnection
File “/usr/lib64/python2.7/site-packages/calculate/consolegui/application/conf_connection.py”, line 27, in
from client_class import Client_suds, HTTPSClientCertTransport
File “/usr/lib64/python2.7/site-packages/calculate/consolegui/application/client_class.py”, line 24, in
from sudsds.transport.http import HttpTransport, SUDSHTTPRedirectHandler,
ImportError: cannot import name PyOpenSSLSocket
✘ elover@calculate  ~ 
text by 4 spaces

Try to rebuild dev-python/pyopenssl package.

I have the same problem. Rebuilding dev-python/pyopenssl did not help/

The error is caused by unsuccesful import of PROTOCOL_SSLv3 and RAND_egd functions in pyopenssl_wrapper.py module.

Simply try to replace pyopenssl_wrapper.py file in /usr/lib64/python2.7/site-packages/sudsds/transport/ directory with modified file pyopenssl_wrapper.py (12.6 КБ).