Comment 7 for bug 210738

Revision history for this message
Scott Kitterman (kitterman) wrote :

gtk.glade is provided by python-glade2 and the import works on a command line on my Hardy system if it is installed.

system-config-printer-gnome already depends on python-glade2 and you've got it installed....

Please try the following in a terminal and paste the results in the bug:

First you'll start a python interpreter:

$ python

You should see something very much like:

Python 2.5.2 (r252:60911, Mar 12 2008, 13:36:25)
[GCC 4.2.3 (Ubuntu 4.2.3-2ubuntu4)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>>

The rest of these commands need to be typed at the >>> prompt:

import gtk.glade
import sys
print sys.path

You type control-d to exit python.

Please let us know what that produces.