LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 01-04-2009, 02:03 PM   #1
fof3
Member
 
Registered: Nov 2003
Distribution: Debian - Lenny
Posts: 174

Rep: Reputation: 30
HPLIP toolbox won't start in Debian Etch, Lenny


I am using Debian Etch, Lenny. I tried to open 'HPLIP toolbox'; but the toolbox never appears.
 
Old 01-04-2009, 02:08 PM   #2
jailbait
LQ Guru
 
Registered: Feb 2003
Location: Virginia, USA
Distribution: Debian 12
Posts: 8,352

Rep: Reputation: 552Reputation: 552Reputation: 552Reputation: 552Reputation: 552Reputation: 552
See if you can get a meaningful error message by opening a terminal and starting the program with this command:

/usr/share/hplip/toolbox

--------------------
Steve Stites

Last edited by jailbait; 01-04-2009 at 03:55 PM.
 
Old 01-04-2009, 02:19 PM   #3
fof3
Member
 
Registered: Nov 2003
Distribution: Debian - Lenny
Posts: 174

Original Poster
Rep: Reputation: 30
edhe@hebrews:~$ usr/share/hplip/toolbox
bash: usr/share/hplip/toolbox: No such file or directory
edhe@hebrews:~$ su
Password:
hebrews:/home/edhe# usr/share/hplip/toolbox
bash: usr/share/hplip/toolbox: No such file or directory



hebrews:/home/edhe# dpkg -l | grep HP
ii hpijs 2.8.6.b-3 HP Linux Printing and Imaging - gs IJS drive
ii hplip 2.8.6.b-3 HP Linux Printing and Imaging System (HPLIP)
ii hplip-data 2.8.6.b-3 HP Linux Printing and Imaging - data files
 
Old 01-04-2009, 03:21 PM   #4
fof3
Member
 
Registered: Nov 2003
Distribution: Debian - Lenny
Posts: 174

Original Poster
Rep: Reputation: 30
Error message

edhe@hebrews:/usr/share/hplip$ ls
align.py dat2drv.py hplip-install makecopies.py prnt systray.py
base data hpssd.py makeuri.py probe.py testpage.py
check.py fab.py info.py pcard scan timedate.py
clean.py fax __init__.py plugin.py scan.py toolbox.py
colorcal.py firmware.py installer plugins sendfax.py ui
copier hpaio.desc levels.py print.py setup.py unload.py
edhe@hebrews:/usr/share/hplip$ file toolbox.py
toolbox.py: a python script text executable
edhe@hebrews:/usr/share/hplip$ ./toolbox.py

HP Linux Imaging and Printing System (ver. 2.8.6b)
HP Device Manager ver. 14.0

Copyright (c) 2001-8 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.

error: PyQt not installed. GUI not available. Exiting.
warning: Qt/PyQt initialization failed.
error: hp-toolbox requires GUI support. Exiting.

Last edited by fof3; 01-04-2009 at 03:22 PM.
 
Old 01-04-2009, 03:49 PM   #5
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
Quote:
error: PyQt not installed. GUI not available. Exiting.
is the important bit. You need to look for the packages for PyQt - probably a mix of Qt and Python will also be required.
 
Old 01-04-2009, 04:22 PM   #6
jailbait
LQ Guru
 
Registered: Feb 2003
Location: Virginia, USA
Distribution: Debian 12
Posts: 8,352

Rep: Reputation: 552Reputation: 552Reputation: 552Reputation: 552Reputation: 552Reputation: 552
Check to see if you have a package called python-qt3 installed.

-----------------------
Steve Stites
 
Old 01-04-2009, 05:21 PM   #7
fof3
Member
 
Registered: Nov 2003
Distribution: Debian - Lenny
Posts: 174

Original Poster
Rep: Reputation: 30
edhe@hebrews:~$ dpkg -l | grep HP
ii hpijs 2.8.6.b-3 HP Linux Printing and Imaging - gs IJS drive
ii hplip 2.8.6.b-3 HP Linux Printing and Imaging System (HPLIP)
ii hplip-data 2.8.6.b-3 HP Linux Printing and Imaging - data files
ii hplip-dbg 2.8.6.b-3 HP Linux Printing and Imaging - debugging in
ii hplip-doc 2.8.6.b-3 HP Linux Printing and Imaging - documentatio
ii hplip-gui 2.8.6.b-3 HP Linux Printing and Imaging - GUI utilitie

Package memaid-pyqt

* etch (stable) (misc): memorization tool with optimal question scheduling
0.2.5-2: alpha amd64 arm hppa i386 ia64 mips mipsel powerpc s390 sparc

Package pyqt-tools

* etch (stable) (interpreters): pyuic and pylupdate for Qt3
3.16-1.2: alpha amd64 arm hppa i386 ia64 mips mipsel powerpc s390 sparc

Package pyqt4-dev-tools

* etch (stable) (python): Development tools for PyQt4
4.0.1-5: alpha amd64 arm hppa i386 ia64 mips mipsel powerpc s390 sparc

Problem
The package memaid-pyqt only exists in etch-stable, but I am using etch-testing
 
Old 01-04-2009, 05:26 PM   #8
fof3
Member
 
Registered: Nov 2003
Distribution: Debian - Lenny
Posts: 174

Original Poster
Rep: Reputation: 30
I already have python-qt3 installed
 
Old 01-05-2009, 02:02 AM   #9
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,519

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
.
A python file will not work with the command './toolbox.py'

The command is
'python /usr/share/hplip/toolbox.py'
....
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
I am looking for crond - on a Debian Etch/Lenny system bartock Linux - Software 2 03-13-2008 10:29 AM
Updating Debian Etch to Debian Lenny bartock Debian 4 02-09-2008 08:15 AM
Last week Debian Testing is still ETCH or lenny already?? doraimom Debian 1 04-09-2007 06:01 AM
HPLIP Toolbox not responding properly dekalbave MEPIS 0 07-17-2006 01:34 AM
HPLIP toolbox zba78 Slackware 0 02-10-2005 05:25 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 10:37 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration