Archived OpenModelica forums. Posting is disabled.

Alternative forums include GitHub discussions or StackOverflow (make sure to read the Stack Overflow rules; you need to have well-formed questions)


Forgot password? | Forgot username? | Register

No omniORB

No omniORB

In Linux, When I do "OMPython = OMCSession()" I get "ImportError: No module named omniORB", even though I then installed omniORB with apt-get and tried again. What might the solution be?

Edited by: Miglu - Jul-20-14 22:43:45

Re: No omniORB

The problem was that omniORB was installed in dist-packages, while Python searched only site-packages, as I was using virtualenv.

There are 0 guests and 0 other users also viewing this topic