View Single Post
Old 12-23-2009, 12:34 AM   #1
shivas
Member
shivas began at the beginning.
 
Posts: 10
Karma: 14
Join Date: Dec 2009
Device: none
Post Regarding Calibre source code compiling

Hi every one,

I am new to this forum, i have some assignment to do.
That is i got the calibre source code with me, i have to compile it and
create a EXE file. for this i have installed py2exe, pyqt4, pyqwt, python2.6
visual studio 2008 and also bazar to download the source file.

I tried to compile the source code cmd is "python setup.py py2exe"
but i am getting the error.

Error details:
C:\calibre>python setup.py py2exe
Traceback (most recent call last):
File "setup.py", line 13, in <module>
import setup.commands as commands
File "C:\calibre\setup\commands.py", line 28, in <module>
from setup.translations import POT, GetTranslations, Translations, ISO639
File "C:\calibre\setup\translations.py", line 14, in <module>
from setup.build_environment import pyqt
File "C:\calibre\setup\build_environment.py", line 109, in <module>
popplerqt4_inc_dirs = poppler_inc_dirs + [poppler_inc_dirs[1]+r'\qt4']
IndexError: list index out of range

Please let me know am i doing correctly or not, if the process is correct
then please let me know why i am getting this error.

Thank you
shivas is offline   Reply With Quote