I decided that it was time to set up a clean Windows Calibre Development environment in a VM to help with some testing I want to do. I have gone through all the steps that worked when I built it on my own PC, but I now end up with the following error
Code:
C:\calibre>python setup.py build
Setup calibre version: 0.4.127
running build
running resources
WARNING: Could not find Qt transations
Resources are up to date
running translations
Translations up to date
running gui
Compiling images...
error: The system cannot find the file specified
Any idea what I have done wrong? What files is it looking for at this stage?