Paste #259251

   
pasted on 15.02.2022 11:37
  • Edit to this paste
  • Print
  • Raw
  • The following pastes replied to this paste:  # 259350 # 259352 # 259356 # 259367 # 259370 # 259372 # 259374 # 259402 # 259403 # 259408 # 259409 # 259412
  • Show paste tree
  • Compare with paste
    #  
  • Toggle line numbers
  • Syntax highlighting  
Text paste
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
 
calculate ~ # cl-core --gen-cert-by localhost
https://localhost:2007/?wsdl
соединение...
Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/calculate/core/core_main.py", line 44, in core_main
    sys.exit(main())
  File "/usr/lib/python3.9/site-packages/calculate/core/server/func.py", line 1892, in wrapper
    return func(*args, **kwargs)
  File "/usr/lib/python3.9/site-packages/calculate/core/server/cl_server.py", line 184, in main
    cert_cmd.check_server_certificate(cert, key, cert_path, args,
  File "/usr/lib/python3.9/site-packages/calculate/core/server/cert_cmd.py", line 177, in check_server_certificate
    from .client_class import HTTPSClientsCertTransport
  File "/usr/lib/python3.9/site-packages/calculate/core/server/client_class.py", line 23, in <module>
    from httplib import HTTPConnection, HTTPSConnection
ModuleNotFoundError: No module named 'httplib'
No module named 'httplib'
Add Comment
Author