Bug#941959: python3-pyqt5.qtwebengine: QWebEngineUrlScheme seems not to be exported

2019-10-23 Thread Norbert Preining
found 941959 5.12.1-4 reopen 941959 thanks Hi Dimtry, thanks for your work on the Qt transition, looks pretty fine as far as I see. On Tue, 08 Oct 2019, Dmitry Shachnev wrote: > Hi Norbert! > > On Tue, Oct 08, 2019 at 01:23:44PM +0900, Norbert Preining wrote: > > When I try to import

Bug#941959: python3-pyqt5.qtwebengine: QWebEngineUrlScheme seems not to be exported

2019-10-08 Thread Norbert Preining
Hi Dmitry, On Tue, 08 Oct 2019, Dmitry Shachnev wrote: > That class is only available since Qt 5.12, however right now we ship > Qt 5.11 in sid. So you need to wait until Qt is updated (see #941093). Ahh, how could I miss that one ... I only checked the pyqt5 version and forgot the qt version.

Bug#941959: python3-pyqt5.qtwebengine: QWebEngineUrlScheme seems not to be exported

2019-10-08 Thread Dmitry Shachnev
Hi Norbert! On Tue, Oct 08, 2019 at 01:23:44PM +0900, Norbert Preining wrote: > When I try to import QWebEngineUrlScheme I get an error > $ python3 > >>> from PyQt5.QtWebEngineCore import QtWebEngineUrlScheme > Traceback (most recent call last): > File "", line 1, in >

Bug#941959: python3-pyqt5.qtwebengine: QWebEngineUrlScheme seems not to be exported

2019-10-07 Thread Norbert Preining
Package: python3-pyqt5.qtwebengine Version: 5.12.1-2 Severity: normal Hi, When I try to import QWebEngineUrlScheme I get an error $ python3 >> >>> from PyQt5.QtWebEngineCore import QtWebEngineUrlScheme Traceback (most recent call last): File "", line 1, in