View Single Post
Old 12-26-2009, 11:43 AM   #1
krischik
Addict
krischik can extract oil from cheesekrischik can extract oil from cheesekrischik can extract oil from cheesekrischik can extract oil from cheesekrischik can extract oil from cheesekrischik can extract oil from cheesekrischik can extract oil from cheesekrischik can extract oil from cheesekrischik can extract oil from cheese
 
krischik's Avatar
 
Posts: 334
Karma: 1234
Join Date: Jul 2009
Location: Hindelbank, Switzerland
Device: P990i, PRS 505
Unhappy Compile from Source

I just tried to compile calibre from source but I don't get very far:

Code:
>python setup.py --help               
Traceback (most recent call last):
  File "setup.py", line 13, in <module>
    import setup.commands as commands
  File "/opt/local/var/macports/build/_Volumes_Work_MacPorts_dports_ebook_calibre/work/calibre/setup/commands.py", line 28, in <module>
    from setup.translations import POT, GetTranslations, Translations, ISO639
  File "/opt/local/var/macports/build/_Volumes_Work_MacPorts_dports_ebook_calibre/work/calibre/setup/translations.py", line 14, in <module>
    from setup.build_environment import pyqt
  File "/opt/local/var/macports/build/_Volumes_Work_MacPorts_dports_ebook_calibre/work/calibre/setup/build_environment.py", line 124, in <module>
    popplerqt4_inc_dirs = poppler_inc_dirs + [poppler_inc_dirs[0]+'/qt4']
IndexError: list index out of range
If I can't even read the help page than things look bleak indeed. I guess there is a python module missing - but which one.

Martin

Environment: Macports auf OS X 10.6.2
krischik is offline   Reply With Quote