Re: [osg-users] ANN: osgSWIG/Py available

2009-01-17 Thread Gerwin de Haan
Dear Linh, It seems the python-gobject was not proper installed. I guess python-gtk family of libraries never had a good repository of binaries/installers for Windows. Last time I tried my own python-gtk/osgswig applications on Windows, I used an all-in-one PyGTK installer from the following link

Re: [osg-users] ANN: osgSWIG/Py available

2009-01-15 Thread R Fritz
osgswig only works with Windows Python 2.6--if pygtk works in that environment, try it there. There's a lot of apps, btw, that doesn't work with Windows Python 2.6, because VS 2008 is needed to build plugins for it--there is no numpy, for instance. Beware. Randolph On Jan 14, 2009, at

Re: [osg-users] ANN: osgSWIG/Py available

2009-01-14 Thread Phan, Linh H
Hi, I'm trying to run the gtkoswidget.py example in python IDLE 1.2.1 and I got stuck at gtk: import sys import pygtk pygtk.require('2.0') import gtk Traceback (most recent call last): File pyshell#3, line 1, in module import gtk File

Re: [osg-users] ANN: osgSWIG/Py available

2009-01-07 Thread Randolph Fritz
All right! The best news, and just in time for my project. :-) Thanks Randolph Hartmut Seichter wrote: Dear OSG Community, first of all a late Happy New Year! The osgSWIG team is happy to announce osgSWIG/Py 0.9.1 for Python 2.6 which corresponds to the OpenSceneGraph 2.6.1 version. There is

[osg-users] ANN: osgSWIG/Py available

2009-01-06 Thread Hartmut Seichter
Dear OSG Community, first of all a late Happy New Year! The osgSWIG team is happy to announce osgSWIG/Py 0.9.1 for Python 2.6 which corresponds to the OpenSceneGraph 2.6.1 version. There is an installer for Win32/Python 2.6 or if you feel funky you can try to compile osgSWIG/Py straight from