You need a C module that isn't built with the source code. I'll post a build of calibre with the module in a bit, but you can temporarily workaround the issue by replacing the line
from calibre.constants import iswindows
with
iswindows = False
in the file
utils/fonts/__init__.py
|