Have just (seemingly) successfully built PyQt5, but doesn't seem to have
included WebKit:

In [1]: from PyQt5 import QtWebKit
---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
<ipython-input-1-ea6344899724> in <module>()
----> 1 from PyQt5 import QtWebKit


In [3]: from PyQt5 import Qt
Qt                   QtDBus               QtGui
QtMultimedia         QtNetwork            QtPrintSupport
QtQuick              QtSvg                QtWidgets
QtCore               QtDesigner           QtHelp
QtMultimediaWidgets  QtOpenGL             QtQml
QtSql                QtTest               QtXmlPatterns


Is there a flag I missed on build?


Regards,
Joseph David Borġ
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to