- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » OMPython setup.py bug
OMPython setup.py bug
Re: OMPython setup.py bug
When you say you have installed the latest build does it mean you have installed the latest nightly build from here https://build.openmodelica.org/omc/buil … y-builds/?
Adeel.
- adeas
- 454 Posts
Re: OMPython setup.py bug
I installed 'openmodelica-21495' on Ubuntu. I have 'deb http://build.openmodelica.org/apt precise nightly' in openmodelica.list, and when I do 'sudo apt-get install openmodelica', I get that the newest version is installed.
Re: OMPython setup.py bug
I think you need to compile OMPython before installing it.
Code:
make -f 'Makefile.unix' install-python
Normally we do this when we install OpenModelica from source.
I don't know how you can achieve the same using apt-get install. Martin knows how the linux stuff works but he is on vacations right now.
Adeel.
- adeas
- 454 Posts
Re: OMPython setup.py bug
It is also possible to just do "pip install ompython". Although that will not be the latest sources, OMPython rarely changes.
apt-get install ompython should also do the trick.
- sjoelund.se
- 1700 Posts
- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » OMPython setup.py bug