Python 3.8: TypeError: 'Shiboken.ObjectType' object is not iterable
See original GitHub issueHi, I see the following error while I upgraded python to 3.8 from 3.7.5 recently. Perhaps we need to upgrade QtAwesome as well. I’m using the latest 0.6.0
mingliang:>py go.py
Traceback (most recent call last):
File "go.py", line 3, in <module>
from central_window import CentralWindowForm, OutLog
File "/Users/mingliang/Documents/SW_Projects/RFGo/central_window.py", line 9, in <module>
import qtawesome as qta
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/qtawesome/__init__.py", line 19, in <module>
from .iconic_font import IconicFont, set_global_defaults
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/qtawesome/iconic_font.py", line 191, in <module>
class IconicFont(QObject):
**TypeError: 'Shiboken.ObjectType' object is not iterable**
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
'Shiboken.ObjectType' object is not iterable · Issue #128 - GitHub
I have downgraded to Python 3.7 however, I've encountered a new error. Traceback (most recent call last): File "Facepager.py", line 31, in < ......
Read more >"'Shiboken.ObjectType' object is not iterable" when debugging ...
ObjectType ' object is not iterable" when debugging Python 3.8 projects ... <module> class YAMLObject(metaclass=YAMLObjectMetaclass): TypeError: 'Shiboken.
Read more >TypeError: 'Shiboken.ObjectType' object is not iterable
I'm trying some Pyside2 browser extensions, but all fails with the same error : TypeError: 'Shiboken.ObjectType' object is not iterable.
Read more >'Shiboken.ObjectType' object is not iterable on Python 3.8
Using PySide2 on Python 3.8 can result in a "TypeError: 'Shiboken.ObjectType' object is not iterable" which is not there on identical setups ...
Read more >PyCharm fails to debug Qt5 (PySide2) code - Error 'Shiboken ...
PyCharm fails to debug Qt5 (PySide2) code - Error 'Shiboken.ObjectType' object is not iterable · python · exception · pycharm · pyside2 ·...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@darkvertex The issue is gone when I updated QtAwesome to the latest version with Python 3.8.1.
@Mingliang2018 Does importing make it crash or it’s upon displaying? Could you paste a short snippet that reproduces the crash for you?