Hi,
I just updated to Deadline 10.3.0.10 (both Repo and Client).
When I open the submitter window in Maya or Houdini, I get a “Pipeline Tools Error”.
The error is the same in Maya and Houdini.
Submitting and rendering still works, though.
Clicking on “Pipeline Tools” in the submitter window triggers the error message again.
Any idea what could be causing this? Any fix?
Error importing module 'DeadlineUI.Forms.GeneralForms': DLL load failed while importing QtChart: The specified procedure could not be found. (Python.Runtime.PythonException)
Error: DLL load failed while importing QtChart: The specified procedure could not be found.
File "C:\thinkbox-conda\conda-bld\deadline_1692834694173\work\DeadlineProject\DeadlineUI\Forms\FarmReportForms\FarmOverviewReport.py", line 7, in <module>
File "C:\thinkbox-conda\conda-bld\deadline_1692834694173\work\DeadlineProject\DeadlineUI\Forms\FarmStatusReportsDialog.py", line 18, in <module>
File "C:\thinkbox-conda\conda-bld\deadline_1692834694173\work\DeadlineProject\DeadlineUI\Forms\GeneralForms.py", line 30, in <module>
at Python.Runtime.PythonException.ThrowLastAsClrException() in C:\thinkbox-conda\conda-bld\dotnet_pythonnet_1688438502375\work\src\runtime\PythonException.cs:line 53
at Python.Runtime.NewReferenceExtensions.BorrowOrThrow(NewReference& reference) in C:\thinkbox-conda\conda-bld\dotnet_pythonnet_1688438502375\work\src\runtime\Native\NewReference.cs:line 169
at Python.Runtime.PyModule.Import(String name) in C:\thinkbox-conda\conda-bld\dotnet_pythonnet_1688438502375\work\src\runtime\PythonTypes\PyModule.cs:line 71
at Python.Runtime.Py.Import(String name) in C:\thinkbox-conda\conda-bld\dotnet_pythonnet_1688438502375\work\src\runtime\Py.cs:line 111
at FranticX.Scripting.PythonNetScriptEngine.ImportModule(String moduleName, Boolean reload)