PyQt 5.11 missing WebEngine modules

后端 未结 1 1517
陌清茗
陌清茗 2020-12-07 02:55

So I read the note on \"PyQt 5.11 missing WebEngine modules\" at https://www.riverbankcomputing.com/software/pyqt/download5. But it doesn\'t help me understand why, or what

1条回答
  •  無奈伤痛
    2020-12-07 03:06

    The problem is simple, PyQt5 uses the binaries provided by Qt, and currently Qt no longer provides binaries for 32 bits, only for 64 bits.

    Can you use Qt WebEngine for 32 bits ?

    Yes you can but you will have to compile Qt manually and the dependencies of Qt WebEngine, and after that you will have to compile PyQt5.

    References:

    • https://forum.qt.io/topic/91096/how-to-make-qtwebengine-work-on-windows-10-32-bit

    0 讨论(0)
提交回复
热议问题