View Single Post
Old 01-15-2009, 11:31 AM   #2
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,455
Karma: 27757438
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
It will be looking for pyuic4.exe and pyrcc4.exe (these are PyQt4 development tools). My development instructions for windows assume that images and forms are compiled already and not needed on windows.

Just copy over images.pyc from a linux install or from the calibre tarball and make sure it has a date newer than the other files in the calibre directory.

If you need to do the compiling of images/forms on windows (if you are hacking on the GUI), you have to pass the appropriate switches when compiling PyQt to ensure that pyrcc4 and pyuic4 are built (Just compile everything instead of restricting to only needed modules)
kovidgoyal is offline   Reply With Quote