View Single Post
  #15  
Old 08-02-2010, 02:26 PM
Trester Trester is offline
Junior Member
 
Join Date: Aug 2010
Posts: 1
Trester is on a distinguished road
Default

Re: MobiDeDRM.py - remove DRM from Mobipocket ebooks


Quote:
Originally Posted by Stream Recorder View Post
You should always try the latest version first.
v.0.13 was posted above before
Code:
http://mobi.pastebin.com/k0Hxg6iY
I've spent a lot of time on this, and I still can't get it to work. I've downloaded/saved v.0.13 to a py file. In the CMD window I type:

MobideDRM.py blood.prc blood2.prc XNXNNXX$XX

and get the following error message:
File "C:\Python31\MobideDRM.py", line 57
print "bad key length!"

Line 56 says: if len(key)!=16: (if fail goto 57)

The PID is from Mobipocket Reader (v 6.2 Build 608). I am also concerned that the PID contains a "$" character, which seems as though it would fail the script logic.

I have also tried using single quotation marks on the PID, with no success.

Any help would be appreciated!
Reply With Quote