Patty, You could try installing this: python-gobject. This is the Python bindings for the GObject library. In Ubuntu you could do: sudo aptitude install python-gobject or use the Synaptic Package Manager for an easy-to-install GUI based process. If this is not your distribution, look up the method for installing software for *your* distribution.
Sincerely, Dominic Salemno. 2008/9/8 <[EMAIL PROTECTED]> > I forgot to mention the error message I am receiving: > > Traceback (most recent call last): > File "path_test.py", line 13, in <module> > import gtk > File "/usr/lib/python2.4/site-packages/gtk-2.0/gtk/__init__.py", line 33, > in <module> > import gobject as _gobject > ImportError: No such file or directory > > So it seems that from looking at your listing, I am missing a gobject > directory? If this might be the case, how can I obtain the appropriate files > in the python2.5 directory? > _______________________________________________ > pygtk mailing list [email protected] > http://www.daa.com.au/mailman/listinfo/pygtk > Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/ > >
_______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
