PDA

View Full Version : Help: Read Kindle files on my PC


stephen212
07-23-2009, 06:20 PM
I discovered a website that details how to download Kindle (.azw) files so that Kindle books can be read on a computer. The process is described here (http://nyquil.org/archives/1128-Converting-Kindle-Books-a-painful-process-that-works-for-reading-Kindle-books-without-a-Kindle.html).

I need assistance because I'm not getting very far.

I've successfully downloaded the MobiDeDRM (http://nyquil.org/uploads/MobiDeDRM.zip) scripts and ActivePython to run them on my XP system. I opened the PythonWin terminal open typed in the path to get to the kindlepid script needed to convert the Kindle's serial number into a product ID which is needed to advance to the next steps. Unfortunately I have not been able to generate this.

I'm not a deep deep computer dude. Can someone explain (or better, type out) the correct formatting syntax necessary to run scripts on Python?

It's a lot to ask, I know. Please, someone, take pity on me. :o

Steven Edwards
07-23-2009, 06:34 PM
python kindlepid.py, I guess. :)

stephen212
07-23-2009, 07:47 PM
python kindlepid.py, I guess. :)

I tried that.:mad: Hey, you're supposed to be much smarter than I am. ;)

Try again!

Nothing's easy. :(

garlin
07-24-2009, 06:01 PM
If you don't mind doing a little research this website can help. http://www.mobileread.com/forums/ Hope this helps.

Steven Edwards
07-24-2009, 06:08 PM
I tried that.:mad: Hey, you're supposed to be much smarter than I am. ;) Bah! :p

Is Python in your path? Type python -h to find out.