Hello there...I'm totally newbye..i read the Jmodelica.org tutorial,but i still not understand how to compile.I've created the source code named SimplePendulum.mo, then i put this in a directory (for example c:\ ).Then I launched Jmodelica.org-1.4/Ipython ...(I checked all the packages..all ok)...,then I did so:
from jmodelica.jmi import compile_jmu
model_name = 'SimplePendulum'
mo_file = 'SimplePendulum.mo'
compile_jmu(model_name, mo_file,compiler_options={'extra_lib_dirs':['c:\']})
But it cannot find the file SimplePendulum.mo....
Please,Could anyone tell me what I'm doing wrong?
Can u tell me a simple example to compile a file.mo located in c:\ .
Thanks!