Thread: PRS-600 prs-600 notes to printing
View Single Post
Old 02-02-2010, 11:34 PM   #48
2010honeypot
Junior Member
2010honeypot began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Feb 2010
Device: PRS-600
Quote:
Originally Posted by greenhorn View Post
That would be awesome!! (whatever a "gui" is... )
I still haven't gotten the script to work. (Windows Vista)

Or does anyone have an idea how to get it to work?

I'll just post my problem again... Thanks!

Three things:
1. make sure python.exe is in your path. To check, open cmd (black window) again and type python [enter]. If you see a greeting with >>>, you're good, and you can exit either by typing exit() [enter] or just closing the window. If not, it will say "bad command or file name" and you have some work to do.
2. you need to install pyPdf. cedricp posted a link, you'll need to get it from there. if there's an installer exe, run that and you're good. if not, download the win32 archive (or zip), unzip it, and run python setup.py install
3. if step 1 and 2 ok, run python C:\a\annot.py F:/Reader

If you don't give the right path to the reader database directory, cedricp's program will tell you, and you can fudge around with the paths.

Last edited by 2010honeypot; 02-02-2010 at 11:39 PM.
2010honeypot is offline   Reply With Quote