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)
|