Quote:
Originally Posted by dskag
I've tried to run kindlefix.py in the command prompt but I get an error message that the PID is not in the right format, although it is exactly as generated by the script.
|
If you get an error message from kindlefix, then most likely you are running python correctly (it is no response at all that you need to worry about). This error is often caused by a filename with spaces in it:
Code:
link removed on Amazon's request
The kindlefix script then thinks "Title.mobi" is the PID. Instead, use:
Code:
link removed on Amazon's request
If this isn't the problem, see
How to make Igor's script work.