Page MenuHomePureOS Tracker

OpenShot | ModuleNotFoundError: No module named 'PyQt5.QtWebKitWidgets'
Closed, ResolvedPublic

Description

Trying open OpenShot:

echedey@echedey-500-500ns:~$ openshot-qt
Compiled translation resources missing!
Loading translations from: /usr/lib/python3/dist-packages/openshot_qt/language
Loaded modules from installed directory: /usr/lib/python3/dist-packages/openshot_qt
      launch:INFO ------------------------------------------------
      launch:INFO    OpenShot (version 2.4.3)
      launch:INFO ------------------------------------------------
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
         app:INFO openshot-qt version: 2.4.3
         app:INFO libopenshot version: 0.2.2
         app:INFO platform: Linux-4.19.0-2-amd64-x86_64-with-PureOS-8-green
         app:INFO processor: 
         app:INFO machine: x86_64
         app:INFO python version: 3.7.2+
         app:INFO qt5 version: 5.12.1
         app:INFO pyqt5 version: 5.12
    language:INFO Qt Detected Languages: ['es-ES']
    language:INFO LANG Environment Variable: es_ES.UTF-8
    language:INFO LOCALE Environment Variable: 
    language:INFO OpenShot Preference Language: Default
project_data:INFO Setting default profile to HDV 720 24p
ZmqLogger::Connection - Error binding to tcp://*:5556. Switching to an available port.
ZmqLogger::Connection - Error binding to tcp://*:5556. Switching to an available port.
  exceptions:ERROR Unhandled Exception
Traceback (most recent call last):
  File "/usr/bin/openshot-qt", line 11, in <module>
    load_entry_point('openshot-qt==2.4.3', 'gui_scripts', 'openshot-qt')()
  File "/usr/lib/python3/dist-packages/openshot_qt/launch.py", line 98, in main
    app = OpenShotApp(sys.argv)
  File "/usr/lib/python3/dist-packages/openshot_qt/classes/app.py", line 157, in __init__
    from windows.main_window import MainWindow
  File "/usr/lib/python3/dist-packages/openshot_qt/windows/main_window.py", line 43, in <module>
    from windows.views.timeline_webview import TimelineWebView
  File "/usr/lib/python3/dist-packages/openshot_qt/windows/views/timeline_webview.py", line 40, in <module>
    from PyQt5.QtWebKitWidgets import QWebView
ModuleNotFoundError: No module named 'PyQt5.QtWebKitWidgets'
logger_libopenshot:INFO Connecting to libopenshot with debug port: 5556
     metrics:INFO Track exception: [200] http://www.openshot.org/exception/json/ | *old-exception-ignored*

Looking for PyQT5 WebKit related modules:

Ordenando...
Buscar en todo el texto...
python-pyqt5.qtwebkit/green,green,now 5.11.3+dfsg-1 amd64 [instalado]
  Python 2 bindings for Qt5's WebKit module

python-pyqt5.qtwebkit-dbg/green,green,now 5.11.3+dfsg-1 amd64 [instalado]
  Python 2 bindings for Qt5's WebKit module (debug extensions)

python3-pyqt5.qtwebkit/green,green,now 5.11.3+dfsg-1 amd64 [instalado]
  Python 3 bindings for Qt5's WebKit module

python3-pyqt5.qtwebkit-dbg/green,green,now 5.11.3+dfsg-1 amd64 [instalado]
  Python 3 bindings for Qt5's WebKit module (debug extensions)

Event Timeline

EchedeyLR created this task.Mar 24 2019, 05:07

Seems this was reported upstream more than a year ago: https://bugs.debian.org/884372

I had no problem a month ago.

jonas.smedegaard closed this task as Resolved.May 25 2021, 12:30
jonas.smedegaard claimed this task.