View Single Post
Old 05-05-2009, 07:27 AM   #249
nrapallo
GuteBook/Mobi2IMP Creator
nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.
 
nrapallo's Avatar
 
Posts: 2,958
Karma: 2530691
Join Date: Dec 2007
Location: Toronto, Canada
Device: REB1200 EBW1150 Device: T1 NSTG iLiad_v2 NC Device: Asus_TF Next1 WPDN
Quote:
Originally Posted by freecia View Post
File "/Applications/Kindle/PDFRead/src/common.py", line 163, in downsample
call('pngnq', '-fs', '1', '-n', str(self.colors), 'page.png')

OSError: [Errno 2] No such file or directory
I don't have any way to test this on MAC OS X, but those lines above seem to indicate that either
- the 'pngnq' command cannot be found in the commands' path or bin directory or
- the newly created file 'page.png' cannot be found in the temp directory (or with the '.png' extenstion).

Do you see these files named EXACTLY as above in those directories? Did you use the empty 'debug' file in the PDFRead install directory to leave behind the temp directory's contents?

Have you tried this without the '-d ./temp' and let MAC OS X determine where the temp directory will be?

Last edited by nrapallo; 05-05-2009 at 08:11 PM. Reason: typo
nrapallo is offline   Reply With Quote