Skip to content

Instantly share code, notes, and snippets.

Created November 11, 2017 09:10
Show Gist options
  • Save anonymous/756307fbe9265497c3d9c41859bfaeb3 to your computer and use it in GitHub Desktop.
Save anonymous/756307fbe9265497c3d9c41859bfaeb3 to your computer and use it in GitHub Desktop.
OpenCobolIDE log
18:09:55:429::INFO::4988::open_cobol_ide::version: 4.7.6
18:09:55:429::INFO::4988::open_cobol_ide.app::files to open: []
18:09:55:514::CRITICAL::4988::qcrash._hooks::unhandled exception:
File ".\OpenCobolIDE.py", line 9, in <module>
main()
File "C:\Users\Home\Downloads\OpenCobolIDE-master\open_cobol_ide\main.py", line 33, in main
app = Application()
File "C:\Users\Home\Downloads\OpenCobolIDE-master\open_cobol_ide\app.py", line 94, in __init__
self.update_app_style()
File "C:\Users\Home\Downloads\OpenCobolIDE-master\open_cobol_ide\app.py", line 145, in update_app_style
elif system.windows and QtCore.QSysInfo.windowsVersion() == QtCore.QSysInfo.WV_WINDOWS10:
AttributeError: type object 'QSysInfo' has no attribute 'windowsVersion'
18:09:55:515::CRITICAL::4988::open_cobol_ide.app::unhandled exception:
File ".\OpenCobolIDE.py", line 9, in <module>
main()
File "C:\Users\Home\Downloads\OpenCobolIDE-master\open_cobol_ide\main.py", line 33, in main
app = Application()
File "C:\Users\Home\Downloads\OpenCobolIDE-master\open_cobol_ide\app.py", line 94, in __init__
self.update_app_style()
File "C:\Users\Home\Downloads\OpenCobolIDE-master\open_cobol_ide\app.py", line 145, in update_app_style
elif system.windows and QtCore.QSysInfo.windowsVersion() == QtCore.QSysInfo.WV_WINDOWS10:
AttributeError: type object 'QSysInfo' has no attribute 'windowsVersion'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment