View Single Post
Old 07-24-2008, 08:47 AM   #110
llasram
Reticulator of Tharn
llasram ought to be getting tired of karma fortunes by now.llasram ought to be getting tired of karma fortunes by now.llasram ought to be getting tired of karma fortunes by now.llasram ought to be getting tired of karma fortunes by now.llasram ought to be getting tired of karma fortunes by now.llasram ought to be getting tired of karma fortunes by now.llasram ought to be getting tired of karma fortunes by now.llasram ought to be getting tired of karma fortunes by now.llasram ought to be getting tired of karma fortunes by now.llasram ought to be getting tired of karma fortunes by now.llasram ought to be getting tired of karma fortunes by now.
 
llasram's Avatar
 
Posts: 618
Karma: 400000
Join Date: Jan 2007
Location: EST
Device: Sony PRS-505
Quote:
Originally Posted by petermillard View Post
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:

Code:
python --version
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).
llasram is offline   Reply With Quote