View Single Post
Old 03-31-2010, 05:58 PM   #681
pietvo
Reader
pietvo can name that song in three notespietvo can name that song in three notespietvo can name that song in three notespietvo can name that song in three notespietvo can name that song in three notespietvo can name that song in three notespietvo can name that song in three notespietvo can name that song in three notespietvo can name that song in three notespietvo can name that song in three notespietvo can name that song in three notes
 
pietvo's Avatar
 
Posts: 520
Karma: 24612
Join Date: Aug 2009
Location: Utrecht, NL
Device: Kobo Aura 2, iPhone, iPad
Quote:
Originally Posted by MisBloo View Post
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.
pietvo is offline   Reply With Quote