I've compiled from your fork and it works. But after selecting the FEM wb, FreeCAD complains that it cannot locate the module genericSolver. I realized that you made an own directory for it, but in the InitGui.py file there is only import genericSolver. Is it possible that it should be import genericSolver.genericSolver? A second smaller issue is, that the file is named GenericSolver.py which would lead to an import error in Linux due to case sensitivity.
I've compiled from your fork and it works. But after selecting the FEM wb, FreeCAD complains that it cannot locate the module genericSolver. I realized that you made an own directory for it, but in the
InitGui.pyfile there is onlyimport genericSolver. Is it possible that it should beimport genericSolver.genericSolver? A second smaller issue is, that the file is namedGenericSolver.pywhich would lead to an import error in Linux due to case sensitivity.