On Sat, 2004-04-17 at 23:52, Travis Ray wrote:
> > > 2. It was not enough to set PYTHONPATH to
> > > '/var/tmp/sandbox/lib/python2.3/site-packages' when invoking a script
> > > that imports gobject. The result was that gtk was loading from where
> > > I expected, but gobject was being loaded from outside my sandbox.
> > > Appending /var/tmp/sandbox/lib/python2.3/site-packages/gtk-2.0 solves
> > > the problem, but I wouldn't expect to have to do that. (I have no
> > > idea where to start or even how to approach a fix for this one.)
> > >
> > > Should I file a bug report?
Have you tried to set PYTHONPATH to
'/var/tmp/sandbox/lib/python2.3/site-packages' and start your
application with :
import pygtk
pygtk.require('2.0')
import gobject
Regards,
Xavier Ordoquy.
_______________________________________________
pygtk mailing list [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/