Quote:
Originally Posted by lene1949
This is why this forum is so time consuming... I now looked a Linux for several hours, including the forum... Why can't I just leave things alone.. 
|
Please forgive the advocacy, but I saw this line on the often-referenced
Apprentice Alf's Blog.
Quote:
Installing these scripts is a little more complex that the ... decryption tools, as they require installation of the PyCrypto package.
|
On Fedora Linux I would first type this command to find the name of the package:
yum search pycrypto
(it's named
python-crypto) and this command as root to install it:
yum install python-crypto
Easy! But I don't know how you would do that on Windows. That goes to my point that Linux is easier than Windows.