-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.8.5, 6.9.3
-
c16128397 (6.10), 2b2015a3b (lts-6.8)
Device: Any Boot to Qt 6.9.3 device
Steps to reproduce:
Install Boot to Qt 6.9.3
Setup Boot to Qt device and run 'minibrowser' example on the device
Expected result:
'minibrowser' runs on the device and no errors shown.
Actual result:
Example quits and error:
File "/usr/minibrowser/main.py", line 10, in <module> from PySide6.QtWebView import QtWebView ModuleNotFoundError: No module named 'PySide6.QtWebView'
is shown.