
Toolbar Tools
Original
Falkon Extensions separator spacer toolbar
Source (link to git-repo or to original if based on someone elses unmodified work): https://git.sgorava.xyz/Falkon/ToolbarTools
katew8161
1 year ago
Report
eddy02
1 year ago
class Separator(QtWidgets.QWidget):
TypeError: 'Shiboken.ObjectType' object is not iterable
class Spacer(QtWidgets.QWidget):
TypeError: 'Shiboken.ObjectType' object is not iterable
Rebuilt falkon ,update pyside2 doesnt help.
Thanks.
Report
sgorava
1 year ago
It works fine for me on Arch with version from repository and also from git.
Can you check if other python extensions can work ?
If it is truly only this one, I do not see in your error message any relation to my code.
shiboken ... shiboken2 ?
Report
eddy02
1 year ago
I ve already tried other extensions and got same results.
I have also rebuilt shiboken2 (5.12 , 5.14) but doesnt help.
But just discover that my distro upgrade python3.7 to python 3.8. Pyside2 is built whith a patch.
I m pretty sure that it is a python issue.
Sorry for my english and thanks again.
Report