View Single Post
Old 12-27-2010, 02:27 PM   #2
bowsprit
Junior Member
bowsprit began at the beginning.
 
Posts: 8
Karma: 10
Join Date: Aug 2010
Device: kindle2
Just on a whim, I tried intalling from source, just by copy/pasting the directions on the download page, and got these errors:


~/calibre$ sudo python setup.py install
Package poppler was not found in the pkg-config search path.
Perhaps you should add the directory containing `poppler.pc'
to the PKG_CONFIG_PATH environment variable
No package 'poppler' found
Package poppler-qt4 was not found in the pkg-config search path.
Perhaps you should add the directory containing `poppler-qt4.pc'
to the PKG_CONFIG_PATH environment variable
No package 'poppler-qt4' found
Traceback (most recent call last):
File "setup.py", line 13, in <module>
import setup.commands as commands
File "/home/jd/calibre/setup/commands.py", line 28, in <module>
from setup.translations import POT, GetTranslations, Translations, ISO639
File "/home/jd/calibre/setup/translations.py", line 14, in <module>
from setup.build_environment import pyqt
File "/home/jd/calibre/setup/build_environment.py", line 155, in <module>
popplerqt4_inc_dirs = poppler_inc_dirs + [poppler_inc_dirs[0]+'/qt4']
IndexError: list index out of range
bowsprit is offline   Reply With Quote