Hi Guys,
I have a problem with running Kratos. The error message is the following:
| / |
' / __| _` | __| _ \ __|
. \ | ( | | ( |\__ \
_|\_\_| \__,_|\__|\___/ ____/
Multi-Physics 3.3.0
Traceback (most recent call last):
File "test.py", line 3, in <module>
model_part = ModelPart("a")
Boost.Python.ArgumentError: Python argument types in
ModelPart.__init__(ModelPart, str)
did not match C++ signature:
__init__(_object*)
__init__(_object*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)
__init__(_object*)
The input file is just a dummy input file.
It looks to me like the error is c++11 related.
The compilation of Kratos and all of the modules worked without any problems.
Thanks for your help and best regards,
Philipp