Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#76755 - [openshot] Openshot exits immediately with exception
Attached to Project:
Community Packages
Opened by Mark (fiddlinmacx) - Tuesday, 06 December 2022, 12:22 GMT
Last edited by Toolybird (Toolybird) - Wednesday, 07 December 2022, 20:27 GMT
Opened by Mark (fiddlinmacx) - Tuesday, 06 December 2022, 12:22 GMT
Last edited by Toolybird (Toolybird) - Wednesday, 07 December 2022, 20:27 GMT
|
DetailsDescription:
openshot-qt exits immediately with the following errors: ``` Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/openshot_qt/launch.py", line 81, in <module> from classes import info ImportError: cannot import name 'info' from 'classes' (unknown location) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/bin/openshot-qt", line 5, in <module> from openshot_qt.launch import main File "/usr/lib/python3.10/site-packages/openshot_qt/launch.py", line 85, in <module> from classes import info ImportError: cannot import name 'info' from 'classes' (unknown location) ``` Additional info: * Openshot package 3.0.0-1 Steps to reproduce: Launch openshot-qt from the terminal. |
This task depends upon
Closed by Toolybird (Toolybird)
Wednesday, 07 December 2022, 20:27 GMT
Reason for closing: Works for me
Wednesday, 07 December 2022, 20:27 GMT
Reason for closing: Works for me
python -c "from openshot_qt import OPENSHOT_PATH; print(OPENSHOT_PATH)"
https://pypi.org/project/classes/
python -c "import classes; print(classes.__file__)"