codesardine/jak

"'Shiboken.ObjectType' object is not iterable" with Python 3.8

Closed this issue · 1 comments

Detailed Description

I've updated to Python 3.8 recently. Trying to run the example from the readme, I get the following error:

TypeError: 'Shiboken.ObjectType' object is not iterable

Steps to Reproduce

Run in Python 3.8:

>>> from JAK.Application import JWebApp
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python3.8/site-packages/JAK/Application.py", line 12, in <module>
    from JAK.Widgets import JWindow
  File "/usr/lib/python3.8/site-packages/JAK/Widgets.py", line 16, in <module>
    class SystemTrayIcon(QSystemTrayIcon):
TypeError: 'Shiboken.ObjectType' object is not iterable

Your Environment

python version: 3.8
pyside2: 5.13.2
Linux distro: Arch

Hopefully, it will be solved with PySide 5.14.
https://bugreports.qt.io/browse/PYSIDE-1140