Als «pyopenssl» getaggte Fragen

20
Python AttributeError: Das Objekt 'module' hat kein Attribut 'SSL_ST_INIT'.
Ein Python-Skript von mir schlägt fehl mit: Traceback (most recent call last): File "./inspect_sheet.py", line 21, in <module> main() File "./inspect_sheet.py", line 12, in main workbook_name=workbook_name, File "./google_sheets.py", line 56, in __init__ self.login() File "./google_sheets.py", line 46, in login self.client = gspread.authorize(credentials) File "/usr/local/lib/python2.7/site-packages/gspread/client.py", line 335, in authorize client.login() File …

1
Wie installiere ich openssl 1.1.1 für Python 2.7?
Ich habe Python 2.7.17 auf einem Windows 10-Computer installiert. Ich wollte dann seine openssl-Version testen, indem ich in Python Folgendes ausführte: import ssl print ssl.OPENSSL_VERSION_INFO Ich bekomme ein (1, 0, 2, 20, 15) Upgrade auf Version 1.1.1. Beim Pip Freeze bekomme ich: cffi==1.14.0 cryptography==2.8 enum34==1.1.6 ipaddress==1.0.23 pycparser==2.19 pyOpenSSL==19.1.0 six==1.14.0 Dies …
Durch die Nutzung unserer Website bestätigen Sie, dass Sie unsere Cookie-Richtlinie und Datenschutzrichtlinie gelesen und verstanden haben.
Licensed under cc by-sa 3.0 with attribution required.