View Single Post
  #1  
Old 01-14-2010, 06:48 AM
veroniek veroniek is offline
Junior Member
 
Join Date: Jan 2010
Posts: 1
veroniek is on a distinguished road
Default

Ineptepub.pyw not working: Error: expected an intended block


First I downloaded/installed python/pycrypto.

Then I got ineptkey.pyw, ineptepub.pyw(for epub files) ineptpdf.pyw v2 (for pdf files) put all them into my digital editions directory.

Ran ineptkey.pyw. It found the key and saved as "ADEPTKEY.DER " in the same directory where ineptkey.pyw is.

Ran Ineptepub.pyw, an error occured:

There's an error in your program: expected an intended block
Highlighted:
try:
from Crypto.Cipher import AES


What went wrong?
Reply With Quote