Cannot import QtWebKitWidgets in PyQt5

后端 未结 5 834
盖世英雄少女心
盖世英雄少女心 2020-11-27 05:42

I\'ve recently upgraded PyQt5 from 5.5.1 to 5.6.0 using the Windows 32-bit installer here: https://www.riverbankcomputing.com/software/pyqt/download5. I\'ve also upgraded my

5条回答
  •  栀梦
    栀梦 (楼主)
    2020-11-27 06:05

    If you really want to use PyQt5.QtWebKitWidgets, you could run this from the command line:

    pip install PyQtWebKit
    

    and let it do what it does.

提交回复
热议问题