Replies: 3 comments 5 replies
-
I don't really have any good suggestions. There are so many things that can go wrong with these complex applications. I personally only use PythonFMU through "simple" importers. Dymola might use it's own Python version (?), which might cause problems.. I guess the best way to debug is to build the shared library (and modify it accordingly) for your platform. This is straightforward. Just modify the C++ code and run cmake. There are some helper scripts for that. Then run |
Beta Was this translation helpful? Give feedback.
-
I used the FMUComplianceChecker and we get the following error:
put the in PATH and PYTHONPATH we link to the right pythons etc. (and in the interpreter no problem). |
Beta Was this translation helpful? Give feedback.
-
@markaren I am sorry to bother you again. The simple FMU works fine wiht Dymola and/or the Compliance Checker.
If I move the import inside the
I am running on Win 64bit Running Win 10. |
Beta Was this translation helpful? Give feedback.
-
Quick question. Did you guys have some advices on how to use a PythonFMU generate FMU in platforms like Dymola? Or on how to debug the FMU in such (or for such) platforms?
I was able to create an FMU and use it in python based importers (e.g. FMPy) but the same FMU can not be used in Dymola. The error I get is very "undescriptive":
Any advice?
Beta Was this translation helpful? Give feedback.
All reactions