Thread: PRS-600 prs-600 notes to printing
View Single Post
Old 12-15-2009, 03:19 PM   #36
CDavisJK
Junior Member
CDavisJK began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Oct 2009
Device: PRS-600
Quote:
Originally Posted by rvdparis View Post
I tried your script on OSX (10.6.2) and I get an error; could you help me out?
I was getting errors until I installed the python-pdf libraries. I'm not sure where to get them in OSX.

However, looking at the script you see:
import pyPdf
import os
import sys
import base64
import shutil
import tempfile
import xml.dom.minidom

These are the packages that you need to work the script. The one that you might be missing is pyPdf. There is a website for the project where you can download the utility, try to install it and see if that works: http://pybrary.net/pyPdf/
CDavisJK is offline   Reply With Quote