Public bug reported:

After updating openshot-qt on Python 3.14, the application fails to
launch due to an unresolved relative import error in
openshot_qt/launch.py.

Because Python 3.14 strictly handles relative imports, launch.py cannot
locate qt_api when executed via /usr/bin/openshot-qt.

Traceback:
Plaintext

File "/usr/lib/python3/dist-packages/openshot_qt/launch.py", line 86, in 
<module>
    from qt_api import QtCore, QtWidgets
ModuleNotFoundError: No module named 'qt_api'

Steps to Reproduce:

    Install openshot-qt on a system running Python 3.14.

    Launch openshot-qt via terminal or application menu.

Workaround / Fix:
Adding /usr/lib/python3/dist-packages/openshot_qt to sys.path (or launching 
with PYTHONPATH=/usr/lib/python3/dist-packages/openshot_qt openshot-qt) 
resolves the import issue and allows the GUI to start normally.

** Affects: openshot-qt (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2165987

Title:
  openshot-qt fails to start on Python 3.14: ModuleNotFoundError: No
  module named 'qt_api'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openshot-qt/+bug/2165987/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to