Skip to content

Update of PyQt5 imports needed. #418

@capn-freako

Description

@capn-freako

In recent PyQt5 releases, the QtWebKit module has been replaced by QtWebEngine.
This causes the following error to occur when attempting to use the most recent PyQt5 release:

  File "/Users/dbanas/Documents/Projects/PyBERT/pyface/pyface/qt/QtWebKit.py", line 18, in <module>
    from PyQt5.QtWebKit import *
ModuleNotFoundError: No module named 'PyQt5.QtWebKit'

So, 2 questions:

  1. Are there plans to update PyFace to use QtWebEngine, instead of QtWebKit?

  2. Do you happen to know in which release of PyQt5 this change first occurred?

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    toolkit: QtIssues related to the Qt (PyQt4/PyQt5/PySide/PySide2) backend.

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions