Hey @craig422
After a while I got it to a point in which the engine properly loaded and the shotgrid menu appeared in unreal. I am on to the next error now, it seems to have trouble to import Qt.
Excerpt from the unreal python console:
LogPython: [DEBUG sgtk.env.project.tk-unreal] <Sgtk Engine 0x2726d2535e0: tk-unreal, env: project>: Initializing UnrealEditorEngine from U:\pipeline\shotgrid\sg_dev\install\github\ue4plugins\tk-unreal\v1.2.0\engine.py...
LogPython: [DEBUG tk-unreal] <Sgtk Engine 0x2726d2535e0: tk-unreal, env: project>: Initializing UnrealEditorEngine from U:\pipeline\shotgrid\sg_dev\install\github\ue4plugins\tk-unreal\v1.2.0\engine.py...
LogPython: [DEBUG sgtk.core.util.qt_importer] Requesting Qt4-like interface
LogPython: [DEBUG qt_importer] Requesting Qt4-like interface
LogPython: [DEBUG sgtk.core.util.qt_importer] No Qt matching that interface was found.
LogPython: [DEBUG qt_importer] No Qt matching that interface was found.
LogPython: [DEBUG sgtk.core.util.qt_importer] Requesting Qt5-like interface
LogPython: [DEBUG qt_importer] Requesting Qt5-like interface
LogPython: [DEBUG sgtk.core.util.qt_importer] No Qt matching that interface was found.
LogPython: [DEBUG qt_importer] No Qt matching that interface was found.
LogPython: [DEBUG sgtk.env.project.tk-unreal] <Sgtk Engine 0x2726d2535e0: tk-unreal, env: project>: Initializing QtApp for Unreal
LogPython: [DEBUG tk-unreal] <Sgtk Engine 0x2726d2535e0: tk-unreal, env: project>: Initializing QtApp for Unreal
LogPython: Error: Traceback (most recent call last):
LogPython: Error: File "C:/Program Files/Epic Games/UE_5.1/Engine/Plugins/Experimental/Shotgrid/Content/Python/init_unreal.py", line 21, in <module>
LogPython: Error: import bootstrap
LogPython: Error: File "U:\pipeline\shotgrid\sg_dev\install\github\ue4plugins\tk-unreal\v1.2.0\plugins\basic\bootstrap.py", line 13, in <module>
LogPython: Error: plugin_bootstrap.bootstrap_plugin(plugin_root_dir)
LogPython: Error: File "U:\pipeline\shotgrid\sg_dev\install\github\ue4plugins\tk-unreal\v1.2.0\plugins\basic\python\tk_unreal_basic\plugin_bootstrap.py", line 50, in bootstrap_plugin
LogPython: Error: manager.bootstrap_engine(
LogPython: Error: File "U:\pipeline\shotgrid\sg_dev\install\core\python\tank\bootstrap\manager.py", line 492, in bootstrap_engine
LogPython: Error: engine = self._start_engine(tk, engine_name, entity)
LogPython: Error: File "U:\pipeline\shotgrid\sg_dev\install\core\python\tank\bootstrap\manager.py", line 1217, in _start_engine
LogPython: Error: engine = tank.platform.start_engine(engine_name, tk, ctx)
LogPython: Error: File "U:\pipeline\shotgrid\sg_dev\install\core\python\tank\platform\engine.py", line 3013, in start_engine
LogPython: Error: return _start_engine(engine_name, tk, None, context)
LogPython: Error: File "U:\pipeline\shotgrid\sg_dev\install\core\python\tank\platform\engine.py", line 3173, in _start_engine
LogPython: Error: engine = class_obj(tk, new_context, engine_name, env)
LogPython: Error: File "U:\pipeline\shotgrid\sg_dev\install\github\ue4plugins\tk-unreal\v1.2.0\engine.py", line 40, in __init__
LogPython: Error: Engine.__init__(self, *args, **kwargs)
LogPython: Error: File "U:\pipeline\shotgrid\sg_dev\install\core\python\tank\platform\engine.py", line 198, in __init__
LogPython: Error: self.pre_app_init()
LogPython: Error: File "U:\pipeline\shotgrid\sg_dev\install\github\ue4plugins\tk-unreal\v1.2.0\engine.py", line 89, in pre_app_init
LogPython: Error: self.init_qt_app()
LogPython: Error: File "U:\pipeline\shotgrid\sg_dev\install\github\ue4plugins\tk-unreal\v1.2.0\engine.py", line 109, in init_qt_app
LogPython: Error: from sgtk.platform.qt5 import QtWidgets
LogPython: Error: ImportError: cannot import name 'QtWidgets' from 'tank.platform.qt5' (U:\pipeline\shotgrid\sg_dev\install\core\python\tank\platform\qt5\__init__.py)
I am not exactly sure why it is not able to import QtWidgets from tank.platform.qt5
.
This import works in other softwares like maya or blender without a problem.