Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: 'NoneType' object is not iterable #35

Open
Thaumaturge2020 opened this issue Aug 18, 2024 · 0 comments
Open

TypeError: 'NoneType' object is not iterable #35

Thaumaturge2020 opened this issue Aug 18, 2024 · 0 comments

Comments

@Thaumaturge2020
Copy link

issue1

  • OS: mac os

  • PyQt version: 5

  • Error: Segmentation fault: 438

running with cElementTree on Python 2.5+
libpng warning: iCCP: known incorrect sRGB profile
Traceback (most recent call last):
  File "./roLabelImg.py", line 1364, in <module>
    sys.exit(main(sys.argv))
  File "./roLabelImg.py", line 1360, in main
    app, _win = get_main_app(argv)
  File "./roLabelImg.py", line 1352, in get_main_app
    win = MainWindow(argv[1] if len(argv) >= 2 else None,
  File "./roLabelImg.py", line 438, in __init__
    self.recentFiles = list(settings.get('recentFiles', []))
TypeError: 'NoneType' object is not iterable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant