View Single Post
Old 10-01-2012, 10:57 PM   #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: 22,511
Karma: 2944574
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
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
__________________
Get calibre

Notice to all: I can not provide assistance with DRM removal, for legal reasons, so please do not contact me about it.
kovidgoyal is offline   Reply With Quote
 
Enthusiast