I've been fiddling with osgswig on Mac OS (Leopard, 10.5.5), and I ran into a version of the vector mixin problem. After some fuddling around, I came up with a patch for it (see <http://code.google.com/p/osgswig/issues/detail?id=18 >) and the python bindings built. But now, when I try to use them, I see:

$ python simpleosg.py
Traceback (most recent call last):
  File "simpleosg.py", line 9, in <module>
    import osgDB, osgViewer
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/ python2.5/site-packages/osgswig-0.9.0/osgDB.py", line 316, in <module>
    class AuthenticationDetails(osg.Referenced):
NameError: name 'osg' is not defined

There seem to be some imports missing from the built code. Did I make some obvious mistake?

Randolph Fritz
  design machine group
  architecture department
  university of washington
[EMAIL PROTECTED]

_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to