Dakai Zhu (dkz-mdanderson) solution also workes for me. I have Ubuntu
10.04 LTS - the Lucid Lynx. Thanks for your contribution for this issue.
Regards,
Vivin
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net
Dakai Zhu (dkz-mdanderson) solution worked for me. I have Ubuntu 10.04
LTS - the Lucid Lynx. Thanx for ur efforts and everyone else. I was not
able to find a solution for this issue from a long time.
Regards
Gurvinder
--
You received this bug notification because you are a member of Ubuntu
Bugs
I just observed this same problem after upgrading to Ubuntu 10.04.1 LTS, and
Dakai Zhu's suggestion above again fixed it, EXCEPT that I also needed to
re-start the CUPS daemon afterward:
$ sudo service cups start
Restarting the CUPS daemon was suggested at
https://bugs.launchpad.net/ubuntu/+so
I got this error because i hand-complied a Python 2.4, which installed a
symlink 'python' in /usr/local/bin/.
Dakai Zhu's suggestion above worked for me also.
I'll install hand-compiled stuff in the /opt/ directory next time.
--
Printing GUI does not open
https://bugs.launchpad.net/bugs/210738
Dakai Zhu's suggestion above worked for me also, on Ubuntu 9.10.
Apparently I have an extra version of python at /usr/local/bin, in
addition to the Ubuntu standard version at /usr/bin. I don't know why
the /usr/local/bin version is there.
I was seeing similar symptoms, but not identi
Dakai Zhu's tip worked for me. Ubuntu 9.04.
--
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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubun
worked for me thanks.
reading system-config-printer comments looks like it is the same as
redhat code
--
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 m
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
Sorry, Till - not been about for a bit - not sure if I can aggree - I
dont recall anything being installed on this machine that is not from
repo's. Does that not make them all part of Ubuntu & therefor an ubuntu
bug?
On Tue, 2008-10-28 at 22:44 +, Till Kamppeter wrote:
> This is not a bug of
This is not a bug of Ubuntu. Th problem is triggered by an additional
Python version installed in a non-standard location. These additional
Python versions do not find the Python modules of the Ubuntu
installation and so make most Python applications which are packaged for
Ubuntu not work, like sys
I had the same problem, it was caused because I had installed python2.6.
Removing the 'python' executable from /usr/local/bin (leaving only the
identical python2.6 executable) fixed it, since 'python' now refers to
the default ubuntu /usr/bin/python2.5.
--
Printing GUI does not open
https://bugs.
I seem to have the same problem, it's stopping hp-setup from starting
and printers can't be found by the system.
I'm afraid I don't understand about the stacklesspython thing, but do
know that this is a fairly new install & theres been no manual installs
on it & no new python(s) except through apt
sipickles is right. renamed the stackless python version from
/usr/local/bin/python to /usr/local/bin/spython verything is ok. thanks
--
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 subscrib
** Changed in: system-config-printer (Ubuntu)
Assignee: (unassigned) => Ubuntu Printing Team (ubuntu-printing)
Status: Incomplete => Confirmed
--
Printing GUI does not open
https://bugs.launchpad.net/bugs/210738
You received this bug notification because you are a member of Ubuntu
Bug
I too have the same problem in hardy.
gui does not open but when in terminal it gives the gtk.glade error.
All glade and gtk packages seems to be installed.
And i dont seem to find a stackless python on the system.
Any suggestions?
--
Printing GUI does not open
https://bugs.launchpad.net/bugs
I found the solution to this on my system.
I had installed a non-ubuntu distribution of python (stackless python).
This became the default python installation used by the system, but was
located in /usr/local/bin/python not /usr/bin/python, so the path to all
the other modules was wrong.
To fix,
Hi,
I've got exactly the same problem. New installation of Hardy.
No GUI after System>Administration>Printing
Will be interested if there is a fix.
J
--
Printing GUI does not open
https://bugs.launchpad.net/bugs/210738
You received this bug notification because you are a member of Ubuntu
Bugs,
>>> import gtk.glade
Traceback (most recent call last):
File "", line 1, in
ImportError: No module named gtk.glade
>>> import sys
>>> print sys.path
['', '/usr/local/lib/python25.zip', '/usr/local/lib/python2.5',
'/usr/local/lib/python2.5/plat-linux2', '/usr/local/lib/python2.5/lib-tk',
'/usr/
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
Any Python or desktop expert can help here?
--
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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubun
[EMAIL PROTECTED]:~$ sudo apt-get install -f
[sudo] password for simon:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
xloadimage libjpeg-progs
Use 'apt-get autoremove
On your system the package python-glade2 is either not installed or
files of it are broken. The system-config-printer-gnome package requires
python-glade2 to be installed explicitly, so installing system-config-
printer-gnome should automatically install python-glade2.
So try at first to do a gene
Installing glade-3 has not helped. Same error message.
--
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
ubuntu-bugs@lists.ubuntu.com
https:/
[EMAIL PROTECTED]:~$ system-config-printer
Traceback (most recent call last):
File "/usr/share/system-config-printer/system-config-printer.py", line 29, in
import gtk.glade
ImportError: No module named gtk.glade
--
Printing GUI does not open
https://bugs.launchpad.net/bugs/210738
You rece
Please run 'system-config-printer' in a terminal window and post the
messages which appear in the terminal.
** Changed in: system-config-printer (Ubuntu)
Importance: Undecided => Medium
Status: New => Incomplete
--
Printing GUI does not open
https://bugs.launchpad.net/bugs/210738
You r
** Changed in: system-config-printer (Ubuntu)
Sourcepackagename: None => system-config-printer
--
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 l
26 matches
Mail list logo