You are not logged in.

#1 2008-02-20 09:05:18

Ibex
Member
Registered: 2006-03-02
Posts: 135

[SOLVED] hp-toolbox nor hp-setup showing up

I have a hp-printer at home and at work, so I installed all hplip-packages to use hp-toolbox and hp-setup and so on. But when I run hp-toolbox or hp-setup as root, no window is showing up.

[root@molniya kenneth]# hp-setup 

HP Linux Imaging and Printing System (ver. 2.8.2)
Printer/Fax Setup Utility ver. 7.0

Copyright (c) 2001-7 Hewlett-Packard Development Company, LP
This software comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to distribute it
under certain conditions. See COPYING file for more details.


HP Linux Imaging and Printing System (ver. 2.8.2)
Services and Status Daemon ver. 9.3

Copyright (c) 2001-7 Hewlett-Packard Development Company, LP
This software comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to distribute it
under certain conditions. See COPYING file for more details.

And after that, nothing is happening. No window, nothing. After a while, I'm tired of waiting and I break with Ctrl+C. Following information shows up:

Traceback (most recent call last):
  File "/usr/bin/hp-setup", line 342, in <module>
    w = setupform.SetupForm(bus, param, jd_port, username)
  File "/usr/share/hplip/ui/setupform.py", line 158, in __init__
    self.hpssd_sock = service.startup()
  File "/usr/share/hplip/base/service.py", line 51, in startup
    time.sleep(0.5)
KeyboardInterrupt

Wben running hp-toolbox the first is almost the same with no window showing up. After using Ctrl+C the following error is showing:

Traceback (most recent call last):
  File "/usr/bin/hp-toolbox", line 182, in <module>
    hpssd_sock = service.startup()
  File "/usr/share/hplip/base/service.py", line 51, in startup
    time.sleep(0.5)
KeyboardInterrupt

Does anyone know how to use those tools anyway?


Regards

Last edited by Ibex (2008-02-20 12:57:44)

Offline

#2 2008-02-20 10:15:29

Marcel S
Member
Registered: 2008-02-16
Posts: 4

Re: [SOLVED] hp-toolbox nor hp-setup showing up

You have to install pyqt

gr. Marcel

Offline

#3 2008-02-20 10:35:01

Ibex
Member
Registered: 2006-03-02
Posts: 135

Re: [SOLVED] hp-toolbox nor hp-setup showing up

Both pyqt3 and pyqt4 are installed.

Offline

#4 2008-02-20 12:58:19

Ibex
Member
Registered: 2006-03-02
Posts: 135

Re: [SOLVED] hp-toolbox nor hp-setup showing up

Seems like "localhost" must exists. Adding 127.0.0.1 localhost to /etc/hosts worked for me smile.

Offline

Board footer

Powered by FluxBB