OpenModelica / jupyter-openmodelica

An OpenModelica Jupyter kernel
75 stars 21 forks source link

Kernel can not be started because of "ImportError: No module named omniORB" #4

Closed dietmarw closed 7 years ago

dietmarw commented 7 years ago

I just did a fresh install under Python 2.7 and the kernel can not be started because of a missing module. This is on a Ubuntu 16.04 64bit. So some dependencies must still be missing. OMPython itself runs fine.

from omniORB import CORBA
ImportError: No module named omniORB
dietmarw commented 7 years ago

OK the issue was that I forgot to activate the global packages in the environment (i.e., toggleglobalsitepackages).