Quote:
Originally Posted by petermillard
Hi
I'm also (trying) to use PDurrant's Applett/Droplett (for which a big thank you!) and what you say is exactly the problem I'm having:
I'm on an intel Mac, python 2.5, OSX 10.4.
Any help much appreciated.
Thanks, Peter.
|
The error that you're posting is reported by Python versions
earlier than 2.4, so even if you do have Python version 2.5 installed, something in your system configuration is causing the script to run with an older version.
Pop open a command-line and run:
If that does report a 2.5.x version, copy the mobidedrm.py script and your mobi file to the same directory and run:
Code:
python mobidedrm.py inbook.mobi outbook.mobi PID
(substituting the arguments with the correct file names and PID).