Hello Daniel, Daniel Baumann [2017-06-18 21:08 +0200]: > calibre 3.0 was released a couple of days ago, would be nice to have > that in sid.
I tried to update it, but there seems to be something wrong with our PyQt: | Traceback (most recent call last): | File "/home/martin/debian/calibre/src/calibre/linux.py", line 753, in setup_completion | write_completion(bash_comp_dest, zsh) | File "/home/martin/debian/calibre/src/calibre/linux.py", line 509, in write_completion | from calibre.gui2.viewer.main import option_parser as viewer_op | File "/home/martin/debian/calibre/src/calibre/gui2/viewer/main.py", line 28, in <module> | from calibre.gui2.viewer.ui import Main as MainWindow | File "/home/martin/debian/calibre/src/calibre/gui2/viewer/ui.py", line 20, in <module> | from calibre.gui2.viewer.documentview import DocumentView | File "/home/martin/debian/calibre/src/calibre/gui2/viewer/documentview.py", line 28, in <module> | from calibre.gui2.viewer.image_popup import ImagePopup, render_svg | File "/home/martin/debian/calibre/src/calibre/gui2/viewer/image_popup.py", line 10, in <module> | from PyQt5.Qt import (QDialog, QPixmap, QUrl, QScrollArea, QLabel, QSizePolicy, | ImportError: cannot import name QSvgRenderer The widget does exist in libqt5svg5-dev [1] and there is a qsvgrenderer.sip in pyqt5-dev, but it doesn't seem to work. I don't know much about PyQt, so I'll need to investigate. Thanks, Martin [1] https://packages.debian.org/search?searchon=contents&keywords=QSvgRenderer&mode=filename&suite=unstable&arch=any

