Changes between Initial Version and Version 1 of Ticket #68006, comment 6


Ignore:
Timestamp:
Sep 2, 2023, 5:46:55 PM (13 months ago)
Author:
enoch777
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #68006, comment 6

    initial v1  
    66Missing dependencies related to PyQt5 and QtWebKit. Please install "python3-pyqt5.qtwebkit" package (Debian/Ubuntu) before using this plugin.
    77And then the error:
     8
     9{{{
    810ModuleNotFoundError: No module named 'PyQt5.QtWebKit'
    911Traceback (most recent call last):
     
    3739          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    3840ModuleNotFoundError: No module named 'PyQt5.QtWebKit'
     41}}}
    3942
     43
     44But, Additional I have:
     45
     46
     47{{{
     48faulthandler.enable(file=fault_handler_file)
     49
     50Traceback (most recent call last):
     51  File "", line 1, in
     52PermissionError: [Errno 1] Operation not permitted
     53
     54}}}
     55
     56
     57