Quote:
Originally Posted by garygibsonsf
Then I took jswolf's suggestion; opened terminal; put the prc ebook I bought into the same folders as each of the altered mobipocket unlocker scripts; ran the python script on it as he typed it; except that this time, it said something like 'invalid PID checksum'.
|
Does your PID have a '$' (dollar sign character) in it? I assume so, and that means you need to put your PID in "'" (single quotes). So you should be running something like:
Code:
python mobidedrm.py book-drmed.prc book-clean.mobi 'FAKEPID$42'
With the real filenames and PID, but with the single-quotes in-place.