Hello and thanks so much for some pointers.

I am bringing up a parallel port DeskJet 1120C on a recently upgraded
Ubuntu 7.04 system. From the CUPS web admin page I am printing 11x17"
printer test pages just fine. I don't understand the program chain well
enough yet, I am trying to print text and images on large sheets of
paper.

But a whole bunch of the hp utilities like hp-check aren't working.

Can you look at the following and suggest am I missing a Python library
or some other dependency in the program chain? 

Following the error messages below, and reading the file, it seems the
program needs a file "configure.in" which I can't find.

hp-check -t

HP Linux Imaging and Printing System (ver. 1.7.3)
Dependency/Version Check Utility ver. 8.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.

Initializing. Please wait...
Traceback (most recent call last):
  File "/usr/bin/hp-check", line 186, in <module>
    core.init()
  File "/usr/share/hplip/installer/core.py", line 302, in init
    version_description, version_public, version_internal =
getHPLIPVersion()
  File "/usr/share/hplip/installer/core.py", line 133, in
getHPLIPVersion
    '', sys_cfg.configure['internal-tag'], sys_cfg.hplip.version
KeyError: 'internal-tag'
[EMAIL PROTECTED]:~$ locate hplip/installer/core.py
/usr/share/hplip/installer/core.py
/usr/share/hplip/installer/core.pyc


--------------------- The block of python instructions at line 133

def getHPLIPVersion():
    version_description, version_public, version_internal = '', '', ''
    ac_init_pat = re.compile(r"""AC_INIT\(\[(.*?)\], *\[(.*?)\], *
\[(.*?)\], *\[
(.*?)\] *\)""", re.IGNORECASE)
    
    try:
        config_in = file('./configure.in', 'r')



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
HPLIP-Help mailing list
HPLIP-Help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hplip-help

Reply via email to