Hallo,
I reinstalled Kratos and everything worked fine during compilation. But I always get the same error when I try to run an test example:
File "pure_diffusion_example.py", line 6, in <module>
from KratosMultiphysics Import *
File ".../Kratos/KratosMultiphysics/__init__.py, line 13, in <module>
from Kratos Import*
ImportError: dynamic module does not define init function (initKratos)
At first I thought that I set one environment variable wrongly but PATH, LD_LIBRARY_PATH and PYTHONPATH are set correctly.
So does anyone have an idea what the Problem could be??
Thanks
Peter