Hi all,
i am still trying to compile FC from source with VS2017 in debug mode.
Compiling works and now it comes to run FC. When using the PySide wrapper to load PySide2 i get the following problem:
When WidgetFactory.cpp wants to loads the modules PySide2.QtCore,PySide2.QtGui,PySide2.QtWidgets, shiboken can load the modules and returns a valid PyObject in WidgetFactory.cpp line 445 (valid means not a null ptr). But in line 449 shiboken tries to get the types from the PyObject (Shiboken::Module::getTypes), but this returns a null pointer.
This happens also when loading PySide2.QtCore and PySide2.QtWidgets.
Does someone has an idea?
BR Manuel