[Bug 210738] Re: Printing GUI does not open

2011-11-09 Thread vivin.liu
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

[Bug 210738] Re: Printing GUI does not open

2011-07-29 Thread Gurvinder Dadyala
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

[Bug 210738] Re: Printing GUI does not open

2010-08-10 Thread DBooth
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

[Bug 210738] Re: Printing GUI does not open

2010-05-31 Thread khink
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

[Bug 210738] Re: Printing GUI does not open

2010-02-11 Thread DBooth
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

[Bug 210738] Re: Printing GUI does not open

2009-06-01 Thread Håkan Sandström
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

[Bug 210738] Re: Printing GUI does not open

2009-04-01 Thread yoyoq
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

[Bug 210738] Re: Printing GUI does not open

2008-11-20 Thread Dakai Zhu
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

Re: [Bug 210738] Re: Printing GUI does not open

2008-11-12 Thread Marsh
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

[Bug 210738] Re: Printing GUI does not open

2008-10-28 Thread Till Kamppeter
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

[Bug 210738] Re: Printing GUI does not open

2008-10-28 Thread Jonathan Hartley
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.

[Bug 210738] Re: Printing GUI does not open

2008-10-03 Thread Amorphous
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

[Bug 210738] Re: Printing GUI does not open

2008-07-09 Thread xinchen
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

[Bug 210738] Re: Printing GUI does not open

2008-07-09 Thread raghaven-kumar
** 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

[Bug 210738] Re: Printing GUI does not open

2008-06-29 Thread raghaven-kumar
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

[Bug 210738] Re: Printing GUI does not open

2008-06-16 Thread sipickles
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,

[Bug 210738] Re: Printing GUI does not open

2008-06-13 Thread Jimneybob
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,

[Bug 210738] Re: Printing GUI does not open

2008-06-07 Thread xinchen
>>> 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/

[Bug 210738] Re: Printing GUI does not open

2008-04-04 Thread Scott Kitterman
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

[Bug 210738] Re: Printing GUI does not open

2008-04-03 Thread Till Kamppeter
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

[Bug 210738] Re: Printing GUI does not open

2008-04-03 Thread sipickles
[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

[Bug 210738] Re: Printing GUI does not open

2008-04-03 Thread Till Kamppeter
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

[Bug 210738] Re: Printing GUI does not open

2008-04-03 Thread sipickles
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:/

[Bug 210738] Re: Printing GUI does not open

2008-04-03 Thread sipickles
[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

[Bug 210738] Re: Printing GUI does not open

2008-04-02 Thread Till Kamppeter
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

[Bug 210738] Re: Printing GUI does not open

2008-04-02 Thread Mary Gardiner
** 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