Changes between Initial Version and Version 1 of Ticket #68628, comment 16


Ignore:
Timestamp:
Nov 27, 2023, 10:36:51 AM (10 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #68628, comment 16

    initial v1  
    22> Hi, everybody.  With the instalation maded, I have a new Problem it is next: When I try to install new plugins this is happends
    33>
     4> {{{
    45> Couldn't load plugin 'go2streetview' due to an error when calling its classFactory() method
    56>
    67> ImportError: cannot import name 'QtWebKit' from 'PyQt5' (/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/PyQt5/__init__.py)
    78> Traceback (most recent call last):
     9> }}}
    810
    911You probably need to install 'py-pyqt5' with 'webkit' variant, e.g. `sudo port install py311-pyqt5 +webkit`.