Changes between Initial Version and Version 1 of Ticket #68006


Ignore:
Timestamp:
Aug 22, 2023, 6:05:04 PM (13 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #68006

    • Property Owner set to Veence
    • Property Cc nilason added
    • Property Status changed from new to assigned
    • Property Type changed from request to defect
  • Ticket #68006 – Description

    initial v1  
    11I have an error with Missing dependencies related to PyQt5 and QtWebkit.
    22
    3 The window says: Please install "python3-pyqt5.qtwebkit" package (Debian/Ubuntu) before using this plugin
     3The window says:
    44
    5 Then, another windows: ModuleNotFoundError: No module named 'PyQt5.QtWebKit'
     5> Please install "python3-pyqt5.qtwebkit" package (Debian/Ubuntu) before using this plugin
     6
     7Then, another windows:
     8
     9> ModuleNotFoundError: No module named 'PyQt5.QtWebKit'
    610
    711I did:
     12{{{
    813sudo port install py-pyqt5 +webengine +webkit
     14}}}
    915
    1016But the problem is still there