-
Notifications
You must be signed in to change notification settings - Fork 25
Open

Description
When I try to launch jarvis I got the following error:
File "/usr/lib/python2.7/site-packages/jarvis/osgqt.py", line 22, in
import osg, osgDB, osgGA, osgViewer
ImportError: No module named osgDB
Editing the fil to add:
from osgswig import osgDB, osgGA, osgViewer seems to fix it but lead to another error:
File "/usr/lib/python2.7/site-packages/osgswig-3.0.0-py2.7.egg/osgswig/osgDB.py", line 21, in swig_import_helper
_mod = imp.load_module('_osgDB', fp, pathname, description)
ImportError: libosg.so.78: cannot open shared object file: No such file or directory
osg an sogswig are correctly installed
Metadata
Metadata
Assignees
Labels
No labels