On 2015/11/22 07:10, misc nick wrote:
> I'm using the calibre package on OpenBSD 5.8/amd64 release.
> 
> When i try to convert anything to epub i get this:

This was broken by a py-qt4 update that went in too late to get it fixed
in time for release. You can build calibre from 5.8-stable ports (or I think
it will probably be in mtier stable packages) or for a dirty fix you could
edit /usr/local/lib/calibre/calibre/gui2/widgets.py as done here:

https://github.com/kovidgoyal/calibre/commit/72d47ba9377d70e786bf3d93b323544188c894

Another problem you might run into with epub is if there's no cover and
calibre tries to generate one; if you run into this it's fixed with the
ImageMagick update but that isn't suitable for -stable; at least using
the command-line ebook-convert tool you can add --no-default-epub-cover
to the command line to work around this.

Reply via email to