On Sun, Sep 07, 2003 at 05:48:30PM -0500, Nick Hudson wrote: > I am having trouble getting apps that work with gnome-python to work due > to it cant find bonobo.ui here is a error that I get when I try to run > gDesklets:
Is your pygtk.pth file correct, and/or are you messing with sys.path/PYTHONPATH? Does importing bonobo.ui directly from the python interactive interpreter work? Is there a ui.py module inside bonobo/, or does __init__.py define it (no idea as I never used bonobo)? > I get the same errors with any gnome-pyton app, straw, meld gDesklets > etc... Now I have made sure that it compiles the bonobo module when I > compile > > The following modules will be built: > > gnome > gnome.ui > gnome.canvas > gnome.vfs > zvt > gconf > gtkhtml2 > bonobo > bonobo.activation > bonobo.ui > gnome.applet > nautilus > gnomeprint > gnomeprint.ui > > I have even gone so far as to chmod 755 > /usr/lib/python2.3/site-packages/gtk-2.0/bonobo/__init__* Hmmm. I wonder, have you been installing your compiled version into /usr/local/ (the default prefix). Are you passing in a --prefix=/usr option to the configure script? Take care, -- Christian Reis, Senior Engineer, Async Open Source, Brazil. http://async.com.br/~kiko/ | [+55 16] 261 2331 | NMFL _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
