Quote:
Originally Posted by MisBloo
I have downloaded everything but when I click on them they say I need PyCrypto to run them. I have PyCrypto 2.1.0, ineptepub 4.1 and ineptkeymac.py. What am I doing wrong?
|
You must not just download PyCrypto, you must also install it. And then it must be installed for the Python version that the scripts are using. Mac OS X has its own version of Python aboard but if you also installed a custom Python version you must make sure that PyCrypto belongs to the version of Python that the ineptepub will use.
You can try the following:
1. Open the Terminal application (in Applications/Utilities)
2. In the window that opens type the following two lines, each line ended with the return key:
python
import Crypto
and copy the contents of the window here. Then quit Terminal.