Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
5.13.1
-
None
-
KDE/Falkon webbrowser, https://phabricator.kde.org/source/falkon/
-
0b6dd91fbd02e4de1f653e2a8cd6e892628dac0c (pyside/pyside-setup/5.14) 8c5b08a74650e5dea7303d6f232c4df0f706cb35 (pyside/pyside-setup/5.15)
Description
Hello, after qt update to 5.13 we have a problem to build python support for Falkon web browser (again).
During the compilation there is no error only myriad of warnings and all seems fine.
Compiled python plugin (PyFalkon) can be loaded and in my case seems to work.
The problem is when the plugin tries to use some Falkon API.
It throws an error message such as (see bug report):
Traceback (most recent call last): File "/usr/lib/qt/plugins/falkon/python/hellopython/hellopython.py", line 29, in init plugins = Falkon.MainApplication.instance().plugins() AttributeError: 'PySide2.QtCore.QCoreApplication' object has no attribute 'plugins'
Is there a way to fix this issue ?
Attachments
Issue Links
- is duplicated by
-
PYSIDE-1144 Embedded Python/PySide QApplication::Instance() returns QCoreApplicationWrapper instance
- Closed
- relates to
-
PYSIDE-1178 Replacing the qApp "macro" by a no-surprizes qApp callable?
- Closed