Someone from my institution built a RedHat Enterprise Linux 5 and passed
it onto me. /usr/bin/python existed as v2.4.3. This DOES work with
system-config-printer!

On the other hand, I also install python-2.6 elsewhere. This is odne so
that I can throw more up-to-date modules into it, not worrying about the
original installation that came with OS. But python (v2.6) will up first
in my search path, and it would fail system-config-printer with that
nasty lack of gtk.glade message.

Solution (at least in RedHat Enterprise 5):
1. cd /usr/share/system-config-printer
2. cp -rp system-config-printer.py system-config-printer.py-20080116 (or 
whatever date the original file carried)
3. vi system-config-printer.py
(change the first line from
#!/bin/env python
to
#!/usr/bin/python
system-config-printer would work. Hope this helps...

-- 
Printing GUI does not open
https://bugs.launchpad.net/bugs/210738
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to