Hi,
I am a beginner of Kratos. When I study the Kratos for Dummies, I met a error as follows:
daobing@xwing10:~/Desktop/kratos$ python example.py
| / |
' / __| _` | __| _ \ __|
. \ | ( | | ( |\__ \
_|\_\_| \__,_|\__|\___/ ____/
Multi-Physics 5.0.16721
Traceback (most recent call last):
File "example.py", line 9, in <module>
from KratosMultiphysics.PureDiffusionApplication import * #and now our application. note that we can import as many as we need to solve our specific problem
File "/lordvader/doctorands/daobing/Desktop/kratos/KratosMultiphysics/PureDiffusionApplication.py", line 1, in <module>
from KratosPureDiffusionApplication import *
ImportError: No module named KratosPureDiffusionApplication
Can you tell me how to fix it?
Thank you very much.
Best,
Daobing