https://bugs.kde.org/show_bug.cgi?id=411650
Bug ID: 411650 Summary: Python plugin errors. Product: Falkon Version: unspecified Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: extensions Assignee: now...@gmail.com Reporter: edpi...@orange.fr Target Milestone: --- Compiled latest git,tried latest extensions and others from falkon store, but got same error: TypeError: 'Shiboken.ObjectType' object is not iterable. 1) from toolbartools.Spacer import Spacer File "/home/edmond/.config/falkon/plugins/toolbartools/Spacer.py", line 20, in <module> class Spacer(QtWidgets.QWidget): TypeError: 'Shiboken.ObjectType' object is not iterable Failed to import module "toolbartools" 2) File "/usr/lib64/qt5/plugins/falkon/runaction/__init__.py", line 18, in <module> from .runaction import * File "/usr/lib64/qt5/plugins/falkon/runaction/runaction.py", line 20, in <module> from runaction import actionmanager, button File "/usr/lib64/qt5/plugins/falkon/runaction/actionmanager.py", line 20, in <module> import subprocess File "/usr/lib64/python3.8/subprocess.py", line 49, in <module> import signal File "/usr/lib64/python3.8/signal.py", line 8, in <module> IntEnum._convert_( File "/usr/lib64/python3.8/enum.py", line 461, in _convert_ cls = cls(name, members, module=module) File "/usr/lib64/python3.8/enum.py", line 306, in __call__ return cls._create_(value, names, module=module, qualname=qualname, type=type, start=start) File "/usr/lib64/python3.8/enum.py", line 416, in _create_ enum_class = metacls.__new__(metacls, class_name, bases, classdict) File "/usr/lib64/python3.8/enum.py", line 164, in __new__ enum_class = super().__new__(metacls, cls, bases, classdict) TypeError: 'Shiboken.ObjectType' object is not iterable Failed to import module "runaction" -- You are receiving this mail because: You are watching all bug changes.