Skip to content

osg troubles #8

@ghost

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions