So I just installed JModelica and with this Python 2.7 is included. When I use the IPython-console and try to import the following (it works):
from pymodelica import compile_fmu
However when I write this in the Python Shell program it says:
Traceback (most recent call last): File "", line 1, in from pymodelica import compile_fmu ImportError: No module named pymodelica****
What is the problem here? I want to use the Python Shell since you can write scripts there.
Regards, Jasir