I had a requirement to use PyCrypto and was running Python 3.6.2. In summary it won't work. If you want to continue with Python 3.6.2, you need to use PyCryptodome.
Otherwise, downgrade to Python 3.5.2 with the follow requirements:
1. Before installation of pycrypto (pip install pycrypto) make sure that you install Microsoft Visual C++ Build Tools (2015)
2. After installation of pycrypto Navigate to Python installation folder (in my case its C:\Program Files (x86)\Python35-32\)
3. Find and edit the script C:\Program Files (x86)\Python35-32\Lib\site-packages\Crypto\Random\OSRNG\nt.py
4. Replace the line (import winrandom) with (from . import winrandom)
Subscribe to:
Post Comments (Atom)
DNS Performance Troubleshooting
When you are troubleshooting internet performance, there are different parts of the connection should be verified: · DNS Pe...
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjQsKaJssveuNoU8-YYqrEiH4cgmER-JtEsER58JWw0WQo5FB9HDLz8Lqtoz9Xl2HR7XYfAOFEqnAQGJYSGUgf-_vuCvhb45DXAyG424uMN3fn77YHNzzf0UOY3Jr58fEMj3L3xls5e64fK/w407-h306/image.png)
-
From FMC CLI, verify ISE integration status using the command root@vFPMC:/etc/rc.d# cat /var/sf/run/adi-health $status = { 'ADI...
-
If you missed enabling SSH access during the initial setup of ISE, you can enable it using console by pasting the command service sshd ena...
-
Here we will show the configuration of SCEP Enrollment methods (manual enrollment doesn't require any configuration at VPN server si...
No comments:
Post a Comment