LogPython: Using Python 3.9.7 LogPython: Unreal bootstrapper is loading from C:\Users\traitorti\Documents\UnrealEngine\Python\init_unreal.py LogPython: Using developer paths LogPython: Testing C:\GIT\ue5-error-example\python... LogPython: Found! LogPython: Adding path C:\GIT\ue5-error-example\python to sys.path LogPython: Adding path C:\GIT\ue5-error-example\python\lib to sys.path LogPython: Executing startup script LogPython: Debug mode? True LogPython: Developer mode? True LogPython: Importing module proxi.models.timecodeComponents LogPython: Reloading module proxi.models.timecodeComponents LogPython: Importing module proxi.models.unrealObjectType LogPython: Reloading module proxi.models.unrealObjectType LogPython: Importing module proxi.models.version LogPython: Reloading module proxi.models.version LogPython: Warning: PROXi (proxi/ui/__init__.py:31) -> rebuildUiFiles() @ 10:05:32: Rebuilding all .ui files LogPython: Compiling C:/GIT/ue5-error-example/python/proxi/ui/debugSystemTime/debugSystemTime.ui LogPython: Success LogPython: Generating type-hinting for C:/GIT/ue5-error-example/python/proxi/ui/debugSystemTime/debugSystemTime_ui.py LogPython: Done LogPython: PROXi (proxi/ui/__init__.py:38) -> rebuildUiFiles() @ 10:05:32: Rebuilds complete LogPython: PROXi (proxi/ui/__init__.py:47) -> @ 10:05:32: Rebuild stage complete LogPython: PROXi (proxi/ui/__init__.py:56) -> @ 10:05:32: Fetching or creating QApplication instance LogPython: PROXi (proxi/ui/__init__.py:58) -> @ 10:05:32: QApplication instance contains a total of 0 child widgets LogPython: PROXi (proxi/ui/__init__.py:61) -> @ 10:05:32: Setting Qt prefs LogPython: PROXi (proxi/ui/__init__.py:67) -> @ 10:05:32: Adding fonts LogPython: Target font paths: ['C:\\GIT\\ue5-error-example\\python\\lib\\qt_material\\fonts\\material-icons', 'C:\\GIT\\ue5-error-example\\python\\lib\\qt_material\\fonts\\roboto'] LogPython: Added 19 fonts to application instance LogPython: PROXi (proxi/ui/__init__.py:75) -> @ 10:05:32: Applying base theme LogPython: Building stylesheet LogPython: Done LogPython: Applying stylesheet LogPython: Done LogPython: PROXi (proxi/ui/__init__.py:77) -> @ 10:05:33: Applying custom theme LogPython: PROXi (proxi/ui/__init__.py:80) -> @ 10:05:33: Module init complete LogPython: PROXi (proxi/ui/menu.py:103) -> deleteMenu(): Deleting old menu contents, if required LogPython: PROXi (proxi/ui/menu.py:108) -> deleteMenu(): Deleteing menu Developer LogPython: PROXi (proxi/ui/menu.py:50) -> createMenu(): Creating menus LogPython: PROXi (proxi/ui/menu.py:60) -> createMenu(): Creating menu Developer LogPython: Unreal bootstrapper has finished LogPython: Unreal bootstrapper is loading from C:\Users\traitorti\Documents\Unreal Projects\TestProject\Content\Python\init_unreal.py LogPython: Bootstrapper has already been executed. Aborting. LogPython: Reloading module proxi.ui LogPython: Warning: PROXi (proxi/ui/__init__.py:31) -> rebuildUiFiles() @ 10:06:06: Rebuilding all .ui files LogPython: Compiling C:/GIT/ue5-error-example/python/proxi/ui/debugSystemTime/debugSystemTime.ui LogPython: Success LogPython: Generating type-hinting for C:/GIT/ue5-error-example/python/proxi/ui/debugSystemTime/debugSystemTime_ui.py LogPython: Done LogPython: PROXi (proxi/ui/__init__.py:38) -> rebuildUiFiles() @ 10:06:06: Rebuilds complete LogPython: PROXi (proxi/ui/__init__.py:47) -> @ 10:06:06: Rebuild stage complete LogPython: PROXi (proxi/ui/__init__.py:56) -> @ 10:06:06: Fetching or creating QApplication instance LogPython: PROXi (proxi/ui/__init__.py:58) -> @ 10:06:06: QApplication instance contains a total of 0 child widgets LogPython: PROXi (proxi/ui/__init__.py:61) -> @ 10:06:06: Setting Qt prefs LogPython: PROXi (proxi/ui/__init__.py:67) -> @ 10:06:06: Adding fonts LogPython: Target font paths: ['C:\\GIT\\ue5-error-example\\python\\lib\\qt_material\\fonts\\material-icons', 'C:\\GIT\\ue5-error-example\\python\\lib\\qt_material\\fonts\\roboto'] LogPython: Added 19 fonts to application instance LogPython: PROXi (proxi/ui/__init__.py:75) -> @ 10:06:06: Applying base theme LogPython: Building stylesheet LogPython: Done LogPython: Applying stylesheet LogPython: Done LogPython: PROXi (proxi/ui/__init__.py:77) -> @ 10:06:06: Applying custom theme LogPython: PROXi (proxi/ui/__init__.py:80) -> @ 10:06:06: Module init complete LogPython: Reloading module proxi.config LogPython: Reloading module proxi.ui.debugSystemTime.debugSystemTime_ui LogPython: Reloading module proxi.ui.debugSystemTime.debugSystemTime_css LogPython: Importing module proxi.ui.wrappers.windowBase LogPython: Error: Traceback (most recent call last): LogPython: Error: File "", line 1, in LogPython: Error: File "C:\GIT\ue5-error-example\python\proxi\ui\debugSystemTime\__init__.py", line 17, in LogPython: Error: dev.reloadModules([ LogPython: Error: File "C:\GIT\ue5-error-example\python\proxi\dev.py", line 28, in reloadModules LogPython: Error: mod = importlib.import_module(mod) LogPython: Error: File "C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\ThirdParty\Python3\Win64\lib\importlib\__init__.py", line 127, in import_module LogPython: Error: return _bootstrap._gcd_import(name[level:], package, level) LogPython: Error: File "C:\GIT\ue5-error-example\python\proxi\ui\wrappers\__init__.py", line 4, in LogPython: Error: from .dialog import QtDialogWrapper LogPython: Error: File "C:\GIT\ue5-error-example\python\proxi\ui\wrappers\dialog.py", line 6, in LogPython: Error: from .windowBase import QtWindowBaseFactory LogPython: Error: File "C:\GIT\ue5-error-example\python\proxi\ui\wrappers\windowBase.py", line 12, in LogPython: Error: import proxi.common.threads as threads LogPython: Error: File "C:\GIT\ue5-error-example\python\proxi\common\threads.py", line 10, in LogPython: Error: import proxi.debug as debug LogPython: Error: File "C:\GIT\ue5-error-example\python\proxi\debug\__init__.py", line 11, in LogPython: Error: from lib.decorator import decorator LogPython: Error: File "C:\GIT\ue5-error-example\python\lib\decorator.py", line 310, in LogPython: Error: class ContextManager(_GeneratorContextManager): LogPython: Error: File "C:\Program Files\Epic Games\UE_5.0\Engine\Binaries\Win64\../../../Engine/Binaries/ThirdParty/Python3/Win64\lib\abc.py", line 106, in __new__ LogPython: Error: cls = super().__new__(mcls, name, bases, namespace, **kwargs) LogPython: Error: TypeError: 'Shiboken.EnumMeta' object is not iterable