Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
cryptographic error
#6
(Jun-24-2018, 10:02 AM)ljmetzger Wrote: @Lars60+ excellent links. Please note that OP is using Linux and Python 2.7. There have been numerous cases where ImportError: cannot import name certificate_transparency have been reported, and may have been a bug at one time. An additional fix included updating pip, Python, and all packages to the latest versions, before installing cryptography. I was able to run the following code (after installing cryptography from PYPI pip install cryptography successfully on Windows 10 using Python 2.7.13 and Python 3.6.5:
from cryptography.x509 import certificate_transparency print("done")
Lewis
iam getting the cryptographic error when i write the statement"from OpenSSL import crypto".the application was working fine before.could you help me
thank you
Reply


Messages In This Thread
cryptographic error - by saisankalpj - Jun-23-2018, 06:28 AM
RE: cryptographic error - by Larz60+ - Jun-23-2018, 11:04 AM
RE: cryptographic error - by saisankalpj - Jun-23-2018, 05:46 PM
RE: cryptographic error - by Larz60+ - Jun-23-2018, 08:57 PM
RE: cryptographic error - by ljmetzger - Jun-24-2018, 10:02 AM
RE: cryptographic error - by saisankalpj - Jun-24-2018, 05:35 PM
RE: cryptographic error - by ljmetzger - Jun-25-2018, 12:55 PM
RE: cryptographic error - by saisankalpj - Jun-25-2018, 05:22 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Non cryptographic hashes AndrzejB 3 968 Mar-21-2023, 07:36 PM
Last Post: AndrzejB

Forum Jump:

User Panel Messages

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