question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Python 3.8: TypeError: 'Shiboken.ObjectType' object is not iterable

See original GitHub issue

Hi, 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:closed
  • Created 4 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
Mingliang2018commented, Jan 27, 2020

@darkvertex The issue is gone when I updated QtAwesome to the latest version with Python 3.8.1.

0reactions
darkvertexcommented, Jan 24, 2020

@Mingliang2018 Does importing make it crash or it’s upon displaying? Could you paste a short snippet that reproduces the crash for you?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found