Quote:
Originally Posted by Zaida45
Is there any script that will work on a Mac? Pycrypto is only available for PC.
|
This is not correct. PyCrypto works fine on a Mac. Just download it, unpack. Then open the terminal and navigate to the PyCrypto directory. Then build PyCrypto and install it:
Code:
python setup.py build
python setup.py install