View Single Post
Old 01-06-2009, 11:20 PM   #105
frecklpwr
Member
frecklpwr began at the beginning.
 
Posts: 15
Karma: 10
Join Date: Jan 2009
Device: kindle
Quote:
Originally Posted by wallcraft View Post
Try:
Code:
python kindlefix.py Natural-583.prc 'F######*#Y'
The kindlefix.py script then needs to be in the downloads directory (with Natural-583.prc).

Thanks. Tried that and got this

~/downloads christina$ python kindlefix.py Natural-583. prc F#####BY
kindlefix.py:61: FutureWarning: hex/oct constants > sys.maxint will return positive values in Python 2.4 and up
if off1==0xFFFFFFFF or off1==0:
Traceback (most recent call last):
File "kindlefix.py", line 2, in ?
import prc, sys, struct
ImportError: No module named prc
frecklpwr is offline   Reply With Quote