Hi guys,
I have compiled KRATOS using intel compiler and python 3.4 in Ubuntu 14.04 system.
Compilation was successfully done however i have this mistake when i run the example:
Traceback (most recent call last):
File "cantilever2dstatic.py", line 37, in <module>
from KratosMultiphysics import *
File "/home/nelson/Kratos_Oficial/KratosMultiphysics/__init__.py", line 13, in <module>
from Kratos import *
ImportError: dynamic module does not define init function (initKratos)
In my ./basrc i type the following things
export PYTHONPATH=/home/nelson/Kratos_Oficial/libs:$PYTHONPATH
export PYTHONPATH=/home/nelson/Kratos_Oficial:$PYTHONPATH
export PATH=/home/nelson/Kratos_Oficial:$PATH
I am wondering where is my mistake.
Regards
Nelson