Running HPLIP tools gives the error "HPMUDEXT could not be loaded. Please check HPLIP installation."

Asked by The Merovingian

I seem to have lost access to the HPLIP Toolbox, my fault probably, but when first installed I had an Icon on the toolbar which opened the toolbox for me to change the print settings, but today I needed it and couldn't seem to access it any other way. Any Ideas please?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu hplip Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#1

use synaptic to remove it. You could always install the latest:

cd ~; wget http://downloads.sourceforge.net/project/hplip/hplip/3.9.8/hplip-3.9.8.run?use_mirror=heanet; chmod +x ./hplip-3.9.8.run; sudo ./hplip-3.9.8.run

should be ok.

Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#2

Please try this procedure to reinstall hplip:

Step 0: Make sure the printer is connected via USB cable and turned on.

Step 1: Open Terminal from "Applications->Accessories->
Terminal"

Step 2: COPY-PASTE the following commands one by one into the Terminal and press the <enter> key after each line:

sudo aptitude update
sudo aptitude install --assume-yes libcupsys2-dev cupsys-bsd
sudo aptitude install --assume-yes libdbus-1-dev
sudo aptitude install --assume-yes libjpeg62-dev
sudo aptitude install --assume-yes libsnmp-dev
sudo aptitude install --assume-yes libtool
sudo aptitude install --assume-yes libusb-dev
sudo aptitude install --assume-yes python2.5-dev
sudo aptitude install --assume-yes libsane-dev
sudo aptitude install --assume-yes python-qt3
sudo aptitude remove hplip-gui hplip-ppds hplip
sudo aptitude clean
sudo aptitude autoclean
sudo aptitude install hplip-gui hplip-ppds hplip

Step 3: Please post output of each command on this thread

Step 4: If previous commands went without issues, please enter the following command to open HP toolbox:

sudo hp-toolbox

sudo will ask for your password. Enter the password you use to log into Ubuntu. Then press the <enter> key

You can also try the following command:

sudo hp-setup

Hope it helps.

Revision history for this message
The Merovingian (its-the-merovingian) said :
#3

Thanks guys,
Went through all the terminal entries, and all went well until I got to Toolbox, then I got this.

ricci@ricci-laptop:~$ sudo hp-toolbox
error: HPMUDEXT could not be loaded. Please check HPLIP installation.
ricci@ricci-laptop:~$ sudo hp-setup
error: HPMUDEXT could not be loaded. Please check HPLIP installation.
ricci@ricci-laptop:~$

I think MUD is the operative part!

Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#4

Please send us output of the following commands:

sudo aptitude search net-snmp
sudo aptitude search snmp
sudo hp-check -t

Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#5

Please try this solution procedure:

http://hplipopensource.com/node/323

Issue seems to be identical to this one:

https://answers.launchpad.net/hplip/+question/80834

Revision history for this message
The Merovingian (its-the-merovingian) said :
#6

I now get the following output

ricci@ricci-laptop:~$ sudo aptitude search net-snmp
[sudo] password for ricci:
p libnet-snmp-perl - Script SNMP connections
ricci@ricci-laptop:~$ sudo aptitude search snmp
p gkrellm-snmp - snmp plug-in for GKrellM
v libgsnmp-dev -
p libgsnmp0 - an SNMP library implementation based on gl
p libgsnmp0-dev - an SNMP library implementation based on gl
p libnet-snmp-perl - Script SNMP connections
v libsnmp -
i libsnmp-base - SNMP (Simple Network Management Protocol)
i libsnmp-dev - SNMP (Simple Network Management Protocol)
p libsnmp-info-perl - Object Oriented Perl5 Interface to Network
p libsnmp-mib-compiler-perl - a MIB Compiler supporting SMIv1 and SMIv2
p libsnmp-multi-perl - Perform SNMP operations on multiple hosts
i A libsnmp-perl - SNMP (Simple Network Management Protocol)
p libsnmp-python - SNMP (Simple Network Management Protocol)
p libsnmp-ruby - simple network management protocol binding
p libsnmp-ruby1.8 - simple network management protocol binding
p libsnmp-session-perl - Perl support for accessing SNMP-aware devi
p libsnmp1.4-java - Open Source implementation of the SNMP pro
i libsnmp15 - SNMP (Simple Network Management Protocol)
v libsnmp9-dev -
p libsnmpkit-dev - multithreaded SNMP connection library
p libsnmpkit2c2a - multithreaded SNMP connection library
p nagios-snmp-plugins - SNMP Plugins for nagios
p nut-snmp - A meta SNMP Driver subsystem for the nut -
p openhpi-plugin-snmp-bc - OpenHPI plugin module for IBM's BladeCente
p openser-snmpstats-module - SNMP AgentX subagent module for OpenSER
p php5-snmp - SNMP module for php5
p python-pynetsnmp - Python ctypes bindings for NET-SNMP with T
p python-pysnmp-common - Python SNMP library for agents and manager
p python-pysnmp-se - speed enhanced Python SNMP library for age
p python-pysnmp2 - Python SNMP library for agents and manager
v python-pysnmp3 -
p python-pysnmp4 - Python SNMP library for agents and manager
p python-pysnmp4-apps - Applications for the Python SNMP library
p python-pysnmp4-doc - Python SNMP library for agents and manager
p python-pysnmp4-mibs - MIBs for the Python SNMP library
p python-twisted-snmp - SNMP implementation for the Twisted networ
v python2.4-pysnmp2 -
p snmp - SNMP (Simple Network Management Protocol)
p snmpd - SNMP (Simple Network Management Protocol)
p snmptrapfmt - A configurable snmp trap handler daemon fo
p wmnd-snmp - Dockapp monitoring network interfaces
ricci@ricci-laptop:~$ sudo hp-check -t
error: HPMUDEXT could not be loaded. Please check HPLIP installation.
ricci@ricci-laptop:~$

Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#7

Please try this solution procedure:

http://hplipopensource.com/node/323

Issue seems to be identical to this one:

https://answers.launchpad.net/hplip/+question/80834

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#8

Just reinstall the latest hplip, should make things nice

Revision history for this message
The Merovingian (its-the-merovingian) said :
#9

Thanks guys,

The actionparsnip strikes again, really very much obliged to both you and Mark for the help. All once again fully functional.

All the best guys.

Revision history for this message
The Merovingian (its-the-merovingian) said :
#10

Thanks actionparsnip, that solved my question.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#11

No problems fellah, glad you got the gold

Revision history for this message
stoutimore (stoutimore) said :
#12

I have the same issue on Jaunty, but the http://hplipopensource.com/node/323 fix didn't work. Am I doing it wrong?
john@bigdaddy:~$ su
Password:
root@bigdaddy:/home/john# python -v
# installing zipimport hook
import zipimport # builtin
# installed zipimport hook
# /usr/lib/python2.6/site.pyc matches /usr/lib/python2.6/site.py
import site # precompiled from /usr/lib/python2.6/site.pyc
# /usr/lib/python2.6/os.pyc matches /usr/lib/python2.6/os.py
import os # precompiled from /usr/lib/python2.6/os.pyc
import errno # builtin
import posix # builtin
# /usr/lib/python2.6/posixpath.pyc matches /usr/lib/python2.6/posixpath.py
import posixpath # precompiled from /usr/lib/python2.6/posixpath.pyc
# /usr/lib/python2.6/stat.pyc matches /usr/lib/python2.6/stat.py
import stat # precompiled from /usr/lib/python2.6/stat.pyc
# /usr/lib/python2.6/genericpath.pyc matches /usr/lib/python2.6/genericpath.py
import genericpath # precompiled from /usr/lib/python2.6/genericpath.pyc
# /usr/lib/python2.6/warnings.pyc matches /usr/lib/python2.6/warnings.py
import warnings # precompiled from /usr/lib/python2.6/warnings.pyc
# /usr/lib/python2.6/linecache.pyc matches /usr/lib/python2.6/linecache.py
import linecache # precompiled from /usr/lib/python2.6/linecache.pyc
# /usr/lib/python2.6/types.pyc matches /usr/lib/python2.6/types.py
import types # precompiled from /usr/lib/python2.6/types.pyc
# /usr/lib/python2.6/UserDict.pyc matches /usr/lib/python2.6/UserDict.py
import UserDict # precompiled from /usr/lib/python2.6/UserDict.pyc
# /usr/lib/python2.6/_abcoll.pyc matches /usr/lib/python2.6/_abcoll.py
import _abcoll # precompiled from /usr/lib/python2.6/_abcoll.pyc
# /usr/lib/python2.6/abc.pyc matches /usr/lib/python2.6/abc.py
import abc # precompiled from /usr/lib/python2.6/abc.pyc
# /usr/lib/python2.6/copy_reg.pyc matches /usr/lib/python2.6/copy_reg.py
import copy_reg # precompiled from /usr/lib/python2.6/copy_reg.pyc
# /usr/lib/python2.6/sitecustomize.pyc matches /usr/lib/python2.6/sitecustomize.py
import sitecustomize # precompiled from /usr/lib/python2.6/sitecustomize.pyc
# /usr/lib/python2.6/dist-packages/apport_python_hook.pyc matches /usr/lib/python2.6/dist-packages/apport_python_hook.py
import apport_python_hook # precompiled from /usr/lib/python2.6/dist-packages/apport_python_hook.pyc
import encodings # directory /usr/lib/python2.6/encodings
# /usr/lib/python2.6/encodings/__init__.pyc matches /usr/lib/python2.6/encodings/__init__.py
import encodings # precompiled from /usr/lib/python2.6/encodings/__init__.pyc
# /usr/lib/python2.6/codecs.pyc matches /usr/lib/python2.6/codecs.py
import codecs # precompiled from /usr/lib/python2.6/codecs.pyc
import _codecs # builtin
# /usr/lib/python2.6/encodings/aliases.pyc matches /usr/lib/python2.6/encodings/aliases.py
import encodings.aliases # precompiled from /usr/lib/python2.6/encodings/aliases.pyc
# /usr/lib/python2.6/encodings/utf_8.pyc matches /usr/lib/python2.6/encodings/utf_8.py
import encodings.utf_8 # precompiled from /usr/lib/python2.6/encodings/utf_8.pyc
Python 2.6.2 (release26-maint, Apr 19 2009, 01:56:41)
[GCC 4.3.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
dlopen("/usr/lib/python2.6/lib-dynload/readline.so", 2);
import readline # dynamically loaded from /usr/lib/python2.6/lib-dynload/readline.so
>>>
# clear __builtin__._
# clear sys.path
# clear sys.argv
# clear sys.ps1
# clear sys.ps2
# clear sys.exitfunc
# clear sys.exc_type
# clear sys.exc_value
# clear sys.exc_traceback
# clear sys.last_type
# clear sys.last_value
# clear sys.last_traceback
# clear sys.path_hooks
# clear sys.path_importer_cache
# clear sys.meta_path
# clear sys.flags
# clear sys.float_info
# restore sys.stdin
# restore sys.stdout
# restore sys.stderr
# cleanup __main__
# cleanup[1] encodings
# cleanup[1] site
# cleanup[1] abc
# cleanup[1] _codecs
# cleanup[1] _warnings
# cleanup[1] zipimport
# cleanup[1] encodings.utf_8
# cleanup[1] codecs
# cleanup[1] readline
# cleanup[1] sitecustomize
# cleanup[1] signal
# cleanup[1] apport_python_hook
# cleanup[1] posix
# cleanup[1] encodings.aliases
# cleanup[1] exceptions
# cleanup[2] copy_reg
# cleanup[2] posixpath
# cleanup[2] errno
# cleanup[2] _abcoll
# cleanup[2] types
# cleanup[2] genericpath
# cleanup[2] stat
# cleanup[2] warnings
# cleanup[2] UserDict
# cleanup[2] os.path
# cleanup[2] linecache
# cleanup[2] os
# cleanup sys
# cleanup __builtin__
# cleanup ints: 18 unfreed ints
# cleanup floats
root@bigdaddy:/home/john# locate hpmudext.so
/usr/lib/python2.5/site-packages/hpmudext.so
/usr/lib/python2.6/dist-packages/hpmudext.so
root@bigdaddy:/home/john# ls -l /usr/lib/ | grep python
lrwxrwxrwx 1 root root 32 2009-10-13 16:28 libpyglib-2.0-python2.5.so.0 -> libpyglib-2.0-python2.5.so.0.0.0
-rw-r--r-- 1 root root 13704 2009-06-15 03:51 libpyglib-2.0-python2.5.so.0.0.0
lrwxrwxrwx 1 root root 32 2009-10-13 16:28 libpyglib-2.0-python2.6.so.0 -> libpyglib-2.0-python2.6.so.0.0.0
-rw-r--r-- 1 root root 13700 2009-06-15 03:51 libpyglib-2.0-python2.6.so.0.0.0
lrwxrwxrwx 1 root root 17 2009-05-13 18:39 libpython2.5.so -> libpython2.5.so.1
lrwxrwxrwx 1 root root 19 2009-05-13 18:39 libpython2.5.so.1 -> libpython2.5.so.1.0
-rw-r--r-- 1 root root 1264248 2009-04-04 14:13 libpython2.5.so.1.0
lrwxrwxrwx 1 root root 19 2009-10-13 17:18 libpython2.6.so.1 -> libpython2.6.so.1.0
-rw-r--r-- 1 root root 2393016 2009-04-18 21:53 libpython2.6.so.1.0
drwxr-xr-x 3 root root 4096 2009-10-13 17:19 python2.4
drwxr-xr-x 22 root root 20480 2009-05-14 08:28 python2.5
drwxr-xr-x 23 root root 20480 2009-10-13 16:28 python2.6
drwxr-xr-x 3 root root 4096 2009-05-13 18:23 python3.0
drwxr-xr-x 23 root root 4096 2009-10-13 17:19 python-support
root@bigdaddy:/home/john# su
root@bigdaddy:/home/john# cp /usr/lib/python2.5/site-packages/hpmudext.so /usr/lib/python2.6/site-packages/hpmudext.so
cp: cannot create regular file `/usr/lib/python2.6/site-packages/hpmudext.so': No such file or directory
root@bigdaddy:/home/john# python -v /usr/share/hplip/toolbox.py
# installing zipimport hook
import zipimport # builtin
# installed zipimport hook
# /usr/lib/python2.6/site.pyc matches /usr/lib/python2.6/site.py
import site # precompiled from /usr/lib/python2.6/site.pyc
# /usr/lib/python2.6/os.pyc matches /usr/lib/python2.6/os.py
import os # precompiled from /usr/lib/python2.6/os.pyc
import errno # builtin
import posix # builtin
# /usr/lib/python2.6/posixpath.pyc matches /usr/lib/python2.6/posixpath.py
import posixpath # precompiled from /usr/lib/python2.6/posixpath.pyc
# /usr/lib/python2.6/stat.pyc matches /usr/lib/python2.6/stat.py
import stat # precompiled from /usr/lib/python2.6/stat.pyc
# /usr/lib/python2.6/genericpath.pyc matches /usr/lib/python2.6/genericpath.py
import genericpath # precompiled from /usr/lib/python2.6/genericpath.pyc
# /usr/lib/python2.6/warnings.pyc matches /usr/lib/python2.6/warnings.py
import warnings # precompiled from /usr/lib/python2.6/warnings.pyc
# /usr/lib/python2.6/linecache.pyc matches /usr/lib/python2.6/linecache.py
import linecache # precompiled from /usr/lib/python2.6/linecache.pyc
# /usr/lib/python2.6/types.pyc matches /usr/lib/python2.6/types.py
import types # precompiled from /usr/lib/python2.6/types.pyc
# /usr/lib/python2.6/UserDict.pyc matches /usr/lib/python2.6/UserDict.py
import UserDict # precompiled from /usr/lib/python2.6/UserDict.pyc
# /usr/lib/python2.6/_abcoll.pyc matches /usr/lib/python2.6/_abcoll.py
import _abcoll # precompiled from /usr/lib/python2.6/_abcoll.pyc
# /usr/lib/python2.6/abc.pyc matches /usr/lib/python2.6/abc.py
import abc # precompiled from /usr/lib/python2.6/abc.pyc
# /usr/lib/python2.6/copy_reg.pyc matches /usr/lib/python2.6/copy_reg.py
import copy_reg # precompiled from /usr/lib/python2.6/copy_reg.pyc
# /usr/lib/python2.6/sitecustomize.pyc matches /usr/lib/python2.6/sitecustomize.py
import sitecustomize # precompiled from /usr/lib/python2.6/sitecustomize.pyc
# /usr/lib/python2.6/dist-packages/apport_python_hook.pyc matches /usr/lib/python2.6/dist-packages/apport_python_hook.py
import apport_python_hook # precompiled from /usr/lib/python2.6/dist-packages/apport_python_hook.pyc
import encodings # directory /usr/lib/python2.6/encodings
# /usr/lib/python2.6/encodings/__init__.pyc matches /usr/lib/python2.6/encodings/__init__.py
import encodings # precompiled from /usr/lib/python2.6/encodings/__init__.pyc
# /usr/lib/python2.6/codecs.pyc matches /usr/lib/python2.6/codecs.py
import codecs # precompiled from /usr/lib/python2.6/codecs.pyc
import _codecs # builtin
# /usr/lib/python2.6/encodings/aliases.pyc matches /usr/lib/python2.6/encodings/aliases.py
import encodings.aliases # precompiled from /usr/lib/python2.6/encodings/aliases.pyc
# /usr/lib/python2.6/encodings/utf_8.pyc matches /usr/lib/python2.6/encodings/utf_8.py
import encodings.utf_8 # precompiled from /usr/lib/python2.6/encodings/utf_8.pyc
Python 2.6.2 (release26-maint, Apr 19 2009, 01:56:41)
[GCC 4.3.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
# /usr/lib/python2.6/getopt.pyc matches /usr/lib/python2.6/getopt.py
import getopt # precompiled from /usr/lib/python2.6/getopt.pyc
import base # directory /usr/share/hplip/base
# /usr/share/hplip/base/__init__.pyc matches /usr/share/hplip/base/__init__.py
import base # precompiled from /usr/share/hplip/base/__init__.pyc
# /usr/share/hplip/base/g.pyc matches /usr/share/hplip/base/g.py
import base.g # precompiled from /usr/share/hplip/base/g.pyc
# /usr/lib/python2.6/ConfigParser.pyc matches /usr/lib/python2.6/ConfigParser.py
import ConfigParser # precompiled from /usr/lib/python2.6/ConfigParser.pyc
# /usr/lib/python2.6/re.pyc matches /usr/lib/python2.6/re.py
import re # precompiled from /usr/lib/python2.6/re.pyc
# /usr/lib/python2.6/sre_compile.pyc matches /usr/lib/python2.6/sre_compile.py
import sre_compile # precompiled from /usr/lib/python2.6/sre_compile.pyc
import _sre # builtin
# /usr/lib/python2.6/sre_parse.pyc matches /usr/lib/python2.6/sre_parse.py
import sre_parse # precompiled from /usr/lib/python2.6/sre_parse.pyc
# /usr/lib/python2.6/sre_constants.pyc matches /usr/lib/python2.6/sre_constants.py
import sre_constants # precompiled from /usr/lib/python2.6/sre_constants.pyc
# /usr/lib/python2.6/locale.pyc matches /usr/lib/python2.6/locale.py
import locale # precompiled from /usr/lib/python2.6/locale.pyc
# /usr/lib/python2.6/functools.pyc matches /usr/lib/python2.6/functools.py
import functools # precompiled from /usr/lib/python2.6/functools.pyc
import _functools # builtin
import _locale # builtin
import operator # builtin
import pwd # builtin
# /usr/share/hplip/base/codes.pyc matches /usr/share/hplip/base/codes.py
import base.codes # precompiled from /usr/share/hplip/base/codes.pyc
# /usr/share/hplip/base/logger.pyc matches /usr/share/hplip/base/logger.py
import base.logger # precompiled from /usr/share/hplip/base/logger.pyc
import thread # builtin
import syslog # builtin
# /usr/lib/python2.6/traceback.pyc matches /usr/lib/python2.6/traceback.py
import traceback # precompiled from /usr/lib/python2.6/traceback.pyc
# /usr/lib/python2.6/string.pyc matches /usr/lib/python2.6/string.py
import string # precompiled from /usr/lib/python2.6/string.pyc
import strop # builtin
# /usr/share/hplip/base/utils.pyc matches /usr/share/hplip/base/utils.py
import base.utils # precompiled from /usr/share/hplip/base/utils.pyc
# /usr/lib/python2.6/__future__.pyc matches /usr/lib/python2.6/__future__.py
import __future__ # precompiled from /usr/lib/python2.6/__future__.pyc
# /usr/lib/python2.6/fnmatch.pyc matches /usr/lib/python2.6/fnmatch.py
import fnmatch # precompiled from /usr/lib/python2.6/fnmatch.pyc
# /usr/lib/python2.6/tempfile.pyc matches /usr/lib/python2.6/tempfile.py
import tempfile # precompiled from /usr/lib/python2.6/tempfile.pyc
# /usr/lib/python2.6/random.pyc matches /usr/lib/python2.6/random.py
import random # precompiled from /usr/lib/python2.6/random.pyc
import math # builtin
import binascii # builtin
import _random # builtin
import cStringIO # builtin
import fcntl # builtin
# /usr/lib/python2.6/socket.pyc matches /usr/lib/python2.6/socket.py
import socket # precompiled from /usr/lib/python2.6/socket.pyc
import _socket # builtin
dlopen("/usr/lib/python2.6/lib-dynload/_ssl.so", 2);
import _ssl # dynamically loaded from /usr/lib/python2.6/lib-dynload/_ssl.so
# /usr/lib/python2.6/struct.pyc matches /usr/lib/python2.6/struct.py
import struct # precompiled from /usr/lib/python2.6/struct.pyc
import _struct # builtin
import select # builtin
import time # builtin
# /usr/lib/python2.6/commands.pyc matches /usr/lib/python2.6/commands.py
import commands # precompiled from /usr/lib/python2.6/commands.pyc
import xml # directory /usr/lib/python2.6/xml
# /usr/lib/python2.6/xml/__init__.pyc matches /usr/lib/python2.6/xml/__init__.py
import xml # precompiled from /usr/lib/python2.6/xml/__init__.pyc
import xml.parsers # directory /usr/lib/python2.6/xml/parsers
# /usr/lib/python2.6/xml/parsers/__init__.pyc matches /usr/lib/python2.6/xml/parsers/__init__.py
import xml.parsers # precompiled from /usr/lib/python2.6/xml/parsers/__init__.pyc
# /usr/lib/python2.6/xml/parsers/expat.pyc matches /usr/lib/python2.6/xml/parsers/expat.py
import xml.parsers.expat # precompiled from /usr/lib/python2.6/xml/parsers/expat.pyc
dlopen("/usr/lib/python2.6/lib-dynload/pyexpat.so", 2);
import pyexpat # dynamically loaded from /usr/lib/python2.6/lib-dynload/pyexpat.so
# /usr/lib/python2.6/getpass.pyc matches /usr/lib/python2.6/getpass.py
import getpass # precompiled from /usr/lib/python2.6/getpass.pyc
dlopen("/usr/lib/python2.6/lib-dynload/termios.so", 2);
import termios # dynamically loaded from /usr/lib/python2.6/lib-dynload/termios.so
# /usr/lib/python2.6/platform.pyc matches /usr/lib/python2.6/platform.py
import platform # precompiled from /usr/lib/python2.6/platform.pyc
# /usr/share/hplip/base/pexpect.pyc matches /usr/share/hplip/base/pexpect.py
import base.pexpect # precompiled from /usr/share/hplip/base/pexpect.pyc
dlopen("/usr/lib/python2.6/lib-dynload/resource.so", 2);
import resource # dynamically loaded from /usr/lib/python2.6/lib-dynload/resource.so
# /usr/lib/python2.6/pty.pyc matches /usr/lib/python2.6/pty.py
import pty # precompiled from /usr/lib/python2.6/pty.pyc
# /usr/lib/python2.6/tty.pyc matches /usr/lib/python2.6/tty.py
import tty # precompiled from /usr/lib/python2.6/tty.pyc
# /usr/share/hplip/base/status.pyc matches /usr/share/hplip/base/status.py
import base.status # precompiled from /usr/share/hplip/base/status.pyc
# /usr/share/hplip/base/pml.pyc matches /usr/share/hplip/base/pml.py
import base.pml # precompiled from /usr/share/hplip/base/pml.pyc
# /usr/share/hplip/base/tui.pyc matches /usr/share/hplip/base/tui.py
import base.tui # precompiled from /usr/share/hplip/base/tui.pyc
# /usr/share/hplip/base/module.pyc matches /usr/share/hplip/base/module.py
import base.module # precompiled from /usr/share/hplip/base/module.pyc
# /usr/share/hplip/base/device.pyc matches /usr/share/hplip/base/device.py
import base.device # precompiled from /usr/share/hplip/base/device.pyc
# /usr/lib/python2.6/gzip.pyc matches /usr/lib/python2.6/gzip.py
import gzip # precompiled from /usr/lib/python2.6/gzip.pyc
import zlib # builtin
# /usr/lib/python2.6/urllib.pyc matches /usr/lib/python2.6/urllib.py
import urllib # precompiled from /usr/lib/python2.6/urllib.pyc
# /usr/lib/python2.6/urlparse.pyc matches /usr/lib/python2.6/urlparse.py
import urlparse # precompiled from /usr/lib/python2.6/urlparse.pyc
# /usr/lib/python2.6/collections.pyc matches /usr/lib/python2.6/collections.py
import collections # precompiled from /usr/lib/python2.6/collections.pyc
import _collections # builtin
# /usr/lib/python2.6/keyword.pyc matches /usr/lib/python2.6/keyword.py
import keyword # precompiled from /usr/lib/python2.6/keyword.pyc
# /usr/lib/python2.6/ssl.pyc matches /usr/lib/python2.6/ssl.py
import ssl # precompiled from /usr/lib/python2.6/ssl.pyc
# /usr/lib/python2.6/textwrap.pyc matches /usr/lib/python2.6/textwrap.py
import textwrap # precompiled from /usr/lib/python2.6/textwrap.pyc
# /usr/lib/python2.6/base64.pyc matches /usr/lib/python2.6/base64.py
import base64 # precompiled from /usr/lib/python2.6/base64.pyc
# /usr/lib/python2.6/StringIO.pyc matches /usr/lib/python2.6/StringIO.py
import StringIO # precompiled from /usr/lib/python2.6/StringIO.pyc
# /usr/lib/python2.6/httplib.pyc matches /usr/lib/python2.6/httplib.py
import httplib # precompiled from /usr/lib/python2.6/httplib.pyc
# /usr/lib/python2.6/mimetools.pyc matches /usr/lib/python2.6/mimetools.py
import mimetools # precompiled from /usr/lib/python2.6/mimetools.pyc
# /usr/lib/python2.6/rfc822.pyc matches /usr/lib/python2.6/rfc822.py
import rfc822 # precompiled from /usr/lib/python2.6/rfc822.pyc
import prnt # directory /usr/share/hplip/prnt
# /usr/share/hplip/prnt/__init__.pyc matches /usr/share/hplip/prnt/__init__.py
import prnt # precompiled from /usr/share/hplip/prnt/__init__.pyc
# /usr/share/hplip/prnt/pcl.pyc matches /usr/share/hplip/prnt/pcl.py
import prnt.pcl # precompiled from /usr/share/hplip/prnt/pcl.pyc
# /usr/share/hplip/prnt/ldl.pyc matches /usr/share/hplip/prnt/ldl.py
import prnt.ldl # precompiled from /usr/share/hplip/prnt/ldl.pyc
# /usr/share/hplip/prnt/cups.pyc matches /usr/share/hplip/prnt/cups.py
import prnt.cups # precompiled from /usr/share/hplip/prnt/cups.pyc
# /usr/lib/python2.6/glob.pyc matches /usr/lib/python2.6/glob.py
import glob # precompiled from /usr/lib/python2.6/glob.pyc
# /usr/share/hplip/base/models.pyc matches /usr/share/hplip/base/models.py
import base.models # precompiled from /usr/share/hplip/base/models.pyc
dlopen("/usr/lib/python2.6/lib-dynload/datetime.so", 2);
import datetime # dynamically loaded from /usr/lib/python2.6/lib-dynload/datetime.so
dlopen("/usr/lib/python2.6/dist-packages/cupsext.so", 2);
import cupsext # dynamically loaded from /usr/lib/python2.6/dist-packages/cupsext.so
# /usr/share/hplip/base/mdns.pyc matches /usr/share/hplip/base/mdns.py
import base.mdns # precompiled from /usr/share/hplip/base/mdns.pyc
# /usr/share/hplip/base/slp.pyc matches /usr/share/hplip/base/slp.py
import base.slp # precompiled from /usr/share/hplip/base/slp.pyc
# /usr/share/hplip/base/strings.pyc matches /usr/share/hplip/base/strings.py
import base.strings # precompiled from /usr/share/hplip/base/strings.pyc
dlopen("/usr/lib/python2.6/dist-packages/hpmudext.so", 2);
error: HPMUDEXT could not be loaded. Please check HPLIP installation.
# clear __builtin__._
# clear sys.path
# clear sys.argv
# clear sys.ps1
# clear sys.ps2
# clear sys.exitfunc
# clear sys.exc_type
# clear sys.exc_value
# clear sys.exc_traceback
# clear sys.last_type
# clear sys.last_value
# clear sys.last_traceback
# clear sys.path_hooks
# clear sys.path_importer_cache
# clear sys.meta_path
# clear sys.flags
# clear sys.float_info
# restore sys.stdin
# restore sys.stdout
# restore sys.stderr
# cleanup __main__
# cleanup[1] xml
# cleanup[1] collections
# cleanup[1] _struct
# cleanup[1] zipimport
# cleanup[1] httplib
# cleanup[1] math
# cleanup[1] abc
# cleanup[1] exceptions
# cleanup[1] base
# cleanup[1] base.mdns
# cleanup[1] _functools
# cleanup[1] _locale
# cleanup[1] StringIO
# cleanup[1] prnt
# cleanup[1] base.status
# cleanup[1] __future__
# cleanup[1] _collections
# cleanup[1] xml.parsers
# cleanup[1] base.tui
# cleanup[1] sre_constants
# cleanup[1] prnt.cups
# cleanup[1] _warnings
# cleanup[1] _codecs
# cleanup[1] keyword
# cleanup[1] posix
# cleanup[1] mimetools
# cleanup[1] site
# cleanup[1] cupsext
# cleanup[1] pyexpat
# cleanup[1] urlparse
# cleanup[1] strop
# cleanup[1] getopt
# cleanup[1] prnt.ldl
# cleanup[1] base.slp
# cleanup[1] sitecustomize
# cleanup[1] base.codes
# cleanup[1] gzip
# cleanup[1] random
# cleanup[1] prnt.pcl
# cleanup[1] base.g
# cleanup[1] base.strings
# cleanup[1] rfc822
# cleanup[1] urllib
# cleanup[1] base.pml
# cleanup[1] base.models
# cleanup[1] zlib
# cleanup[1] apport_python_hook
# cleanup[1] _random
# cleanup[1] glob
# cleanup[1] datetime
# cleanup[1] ssl
# cleanup[1] base.utils
# cleanup[1] cStringIO
# cleanup[1] locale
# cleanup[1] xml.parsers.expat
# cleanup[1] encodings
# cleanup[1] base.logger
# cleanup[1] socket
# cleanup[1] operator
# cleanup[1] _socket
# cleanup[1] commands
# cleanup[1] pwd
# cleanup[1] encodings.aliases
# cleanup[1] fnmatch
# cleanup[1] getpass
# cleanup[1] _ssl
# cleanup[1] textwrap
# cleanup[1] functools
# cleanup[1] tempfile
# cleanup[1] base64
# cleanup[1] platform
# cleanup[1] base.pexpect
# cleanup[1] string
# cleanup[1] encodings.utf_8
# cleanup[1] resource
# cleanup[1] ConfigParser
# cleanup[1] signal
# cleanup[1] syslog
# cleanup[1] re
# cleanup[1] codecs
# cleanup[1] thread
# cleanup[1] traceback
# cleanup[1] fcntl
# cleanup[1] select
# cleanup[1] binascii
# cleanup[1] termios
# cleanup[1] sre_compile
# cleanup[1] time
# cleanup[1] pty
# cleanup[1] struct
# cleanup[1] _sre
# cleanup[1] sre_parse
# cleanup[1] tty
# cleanup[2] pyexpat.errors
# cleanup[2] pyexpat.model
# cleanup[2] UserDict
# cleanup[2] os
# cleanup[2] posixpath
# cleanup[2] errno
# cleanup[2] os.path
# cleanup[2] copy_reg
# cleanup[2] linecache
# cleanup[2] _abcoll
# cleanup[2] genericpath
# cleanup[2] stat
# cleanup[2] warnings
# cleanup[2] types
# cleanup sys
# cleanup __builtin__
# cleanup ints: 57 unfreed ints
# cleanup floats: 33 unfreed floats
root@bigdaddy:/home/john#

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#13

Please create another question as this one is marked as solved.

Revision history for this message
The Merovingian (its-the-merovingian) said :
#14

Sorry Man,
been out of the country, did you get this sorted? if not please come back or
contact action parsnip.

2009/10/14 stoutimore <email address hidden>

> Your question #84515 on hplip in ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/hplip/+question/84515
>
> stoutimore posted a new comment:
> I have the same issue on Jaunty, but the
> http://hplipopensource.com/node/323 fix didn't work. Am I doing it wrong?
> john@bigdaddy:~$ su
> Password:
> root@bigdaddy:/home/john# python -v
> # installing zipimport hook
> import zipimport # builtin
> # installed zipimport hook
> # /usr/lib/python2.6/site.pyc matches /usr/lib/python2.6/site.py
> import site # precompiled from /usr/lib/python2.6/site.pyc
> # /usr/lib/python2.6/os.pyc matches /usr/lib/python2.6/os.py
> import os # precompiled from /usr/lib/python2.6/os.pyc
> import errno # builtin
> import posix # builtin
> # /usr/lib/python2.6/posixpath.pyc matches /usr/lib/python2.6/posixpath.py
> import posixpath # precompiled from /usr/lib/python2.6/posixpath.pyc
> # /usr/lib/python2.6/stat.pyc matches /usr/lib/python2.6/stat.py
> import stat # precompiled from /usr/lib/python2.6/stat.pyc
> # /usr/lib/python2.6/genericpath.pyc matches
> /usr/lib/python2.6/genericpath.py
> import genericpath # precompiled from /usr/lib/python2.6/genericpath.pyc
> # /usr/lib/python2.6/warnings.pyc matches /usr/lib/python2.6/warnings.py
> import warnings # precompiled from /usr/lib/python2.6/warnings.pyc
> # /usr/lib/python2.6/linecache.pyc matches /usr/lib/python2.6/linecache.py
> import linecache # precompiled from /usr/lib/python2.6/linecache.pyc
> # /usr/lib/python2.6/types.pyc matches /usr/lib/python2.6/types.py
> import types # precompiled from /usr/lib/python2.6/types.pyc
> # /usr/lib/python2.6/UserDict.pyc matches /usr/lib/python2.6/UserDict.py
> import UserDict # precompiled from /usr/lib/python2.6/UserDict.pyc
> # /usr/lib/python2.6/_abcoll.pyc matches /usr/lib/python2.6/_abcoll.py
> import _abcoll # precompiled from /usr/lib/python2.6/_abcoll.pyc
> # /usr/lib/python2.6/abc.pyc matches /usr/lib/python2.6/abc.py
> import abc # precompiled from /usr/lib/python2.6/abc.pyc
> # /usr/lib/python2.6/copy_reg.pyc matches /usr/lib/python2.6/copy_reg.py
> import copy_reg # precompiled from /usr/lib/python2.6/copy_reg.pyc
> # /usr/lib/python2.6/sitecustomize.pyc matches
> /usr/lib/python2.6/sitecustomize.py
> import sitecustomize # precompiled from
> /usr/lib/python2.6/sitecustomize.pyc
> # /usr/lib/python2.6/dist-packages/apport_python_hook.pyc matches
> /usr/lib/python2.6/dist-packages/apport_python_hook.py
> import apport_python_hook # precompiled from
> /usr/lib/python2.6/dist-packages/apport_python_hook.pyc
> import encodings # directory /usr/lib/python2.6/encodings
> # /usr/lib/python2.6/encodings/__init__.pyc matches
> /usr/lib/python2.6/encodings/__init__.py
> import encodings # precompiled from
> /usr/lib/python2.6/encodings/__init__.pyc
> # /usr/lib/python2.6/codecs.pyc matches /usr/lib/python2.6/codecs.py
> import codecs # precompiled from /usr/lib/python2.6/codecs.pyc
> import _codecs # builtin
> # /usr/lib/python2.6/encodings/aliases.pyc matches
> /usr/lib/python2.6/encodings/aliases.py
> import encodings.aliases # precompiled from
> /usr/lib/python2.6/encodings/aliases.pyc
> # /usr/lib/python2.6/encodings/utf_8.pyc matches
> /usr/lib/python2.6/encodings/utf_8.py
> import encodings.utf_8 # precompiled from
> /usr/lib/python2.6/encodings/utf_8.pyc
> Python 2.6.2 (release26-maint, Apr 19 2009, 01:56:41)
> [GCC 4.3.3] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
> dlopen("/usr/lib/python2.6/lib-dynload/readline.so", 2);
> import readline # dynamically loaded from
> /usr/lib/python2.6/lib-dynload/readline.so
> >>>
> # clear __builtin__._
> # clear sys.path
> # clear sys.argv
> # clear sys.ps1
> # clear sys.ps2
> # clear sys.exitfunc
> # clear sys.exc_type
> # clear sys.exc_value
> # clear sys.exc_traceback
> # clear sys.last_type
> # clear sys.last_value
> # clear sys.last_traceback
> # clear sys.path_hooks
> # clear sys.path_importer_cache
> # clear sys.meta_path
> # clear sys.flags
> # clear sys.float_info
> # restore sys.stdin
> # restore sys.stdout
> # restore sys.stderr
> # cleanup __main__
> # cleanup[1] encodings
> # cleanup[1] site
> # cleanup[1] abc
> # cleanup[1] _codecs
> # cleanup[1] _warnings
> # cleanup[1] zipimport
> # cleanup[1] encodings.utf_8
> # cleanup[1] codecs
> # cleanup[1] readline
> # cleanup[1] sitecustomize
> # cleanup[1] signal
> # cleanup[1] apport_python_hook
> # cleanup[1] posix
> # cleanup[1] encodings.aliases
> # cleanup[1] exceptions
> # cleanup[2] copy_reg
> # cleanup[2] posixpath
> # cleanup[2] errno
> # cleanup[2] _abcoll
> # cleanup[2] types
> # cleanup[2] genericpath
> # cleanup[2] stat
> # cleanup[2] warnings
> # cleanup[2] UserDict
> # cleanup[2] os.path
> # cleanup[2] linecache
> # cleanup[2] os
> # cleanup sys
> # cleanup __builtin__
> # cleanup ints: 18 unfreed ints
> # cleanup floats
> root@bigdaddy:/home/john# locate hpmudext.so
> /usr/lib/python2.5/site-packages/hpmudext.so
> /usr/lib/python2.6/dist-packages/hpmudext.so
> root@bigdaddy:/home/john# ls -l /usr/lib/ | grep python
> lrwxrwxrwx 1 root root 32 2009-10-13 16:28
> libpyglib-2.0-python2.5.so.0 -> libpyglib-2.0-python2.5.so.0.0.0
> -rw-r--r-- 1 root root 13704 2009-06-15 03:51
> libpyglib-2.0-python2.5.so.0.0.0
> lrwxrwxrwx 1 root root 32 2009-10-13 16:28
> libpyglib-2.0-python2.6.so.0 -> libpyglib-2.0-python2.6.so.0.0.0
> -rw-r--r-- 1 root root 13700 2009-06-15 03:51
> libpyglib-2.0-python2.6.so.0.0.0
> lrwxrwxrwx 1 root root 17 2009-05-13 18:39 libpython2.5.so ->
> libpython2.5.so.1
> lrwxrwxrwx 1 root root 19 2009-05-13 18:39 libpython2.5.so.1 ->
> libpython2.5.so.1.0
> -rw-r--r-- 1 root root 1264248 2009-04-04 14:13 libpython2.5.so.1.0
> lrwxrwxrwx 1 root root 19 2009-10-13 17:18 libpython2.6.so.1 ->
> libpython2.6.so.1.0
> -rw-r--r-- 1 root root 2393016 2009-04-18 21:53 libpython2.6.so.1.0
> drwxr-xr-x 3 root root 4096 2009-10-13 17:19 python2.4
> drwxr-xr-x 22 root root 20480 2009-05-14 08:28 python2.5
> drwxr-xr-x 23 root root 20480 2009-10-13 16:28 python2.6
> drwxr-xr-x 3 root root 4096 2009-05-13 18:23 python3.0
> drwxr-xr-x 23 root root 4096 2009-10-13 17:19 python-support
> root@bigdaddy:/home/john# su
> root@bigdaddy:/home/john# cp /usr/lib/python2.5/site-packages/hpmudext.so
> /usr/lib/python2.6/site-packages/hpmudext.so
> cp: cannot create regular file
> `/usr/lib/python2.6/site-packages/hpmudext.so': No such file or directory
> root@bigdaddy:/home/john# python -v /usr/share/hplip/toolbox.py
> # installing zipimport hook
> import zipimport # builtin
> # installed zipimport hook
> # /usr/lib/python2.6/site.pyc matches /usr/lib/python2.6/site.py
> import site # precompiled from /usr/lib/python2.6/site.pyc
> # /usr/lib/python2.6/os.pyc matches /usr/lib/python2.6/os.py
> import os # precompiled from /usr/lib/python2.6/os.pyc
> import errno # builtin
> import posix # builtin
> # /usr/lib/python2.6/posixpath.pyc matches /usr/lib/python2.6/posixpath.py
> import posixpath # precompiled from /usr/lib/python2.6/posixpath.pyc
> # /usr/lib/python2.6/stat.pyc matches /usr/lib/python2.6/stat.py
> import stat # precompiled from /usr/lib/python2.6/stat.pyc
> # /usr/lib/python2.6/genericpath.pyc matches
> /usr/lib/python2.6/genericpath.py
> import genericpath # precompiled from /usr/lib/python2.6/genericpath.pyc
> # /usr/lib/python2.6/warnings.pyc matches /usr/lib/python2.6/warnings.py
> import warnings # precompiled from /usr/lib/python2.6/warnings.pyc
> # /usr/lib/python2.6/linecache.pyc matches /usr/lib/python2.6/linecache.py
> import linecache # precompiled from /usr/lib/python2.6/linecache.pyc
> # /usr/lib/python2.6/types.pyc matches /usr/lib/python2.6/types.py
> import types # precompiled from /usr/lib/python2.6/types.pyc
> # /usr/lib/python2.6/UserDict.pyc matches /usr/lib/python2.6/UserDict.py
> import UserDict # precompiled from /usr/lib/python2.6/UserDict.pyc
> # /usr/lib/python2.6/_abcoll.pyc matches /usr/lib/python2.6/_abcoll.py
> import _abcoll # precompiled from /usr/lib/python2.6/_abcoll.pyc
> # /usr/lib/python2.6/abc.pyc matches /usr/lib/python2.6/abc.py
> import abc # precompiled from /usr/lib/python2.6/abc.pyc
> # /usr/lib/python2.6/copy_reg.pyc matches /usr/lib/python2.6/copy_reg.py
> import copy_reg # precompiled from /usr/lib/python2.6/copy_reg.pyc
> # /usr/lib/python2.6/sitecustomize.pyc matches
> /usr/lib/python2.6/sitecustomize.py
> import sitecustomize # precompiled from
> /usr/lib/python2.6/sitecustomize.pyc
> # /usr/lib/python2.6/dist-packages/apport_python_hook.pyc matches
> /usr/lib/python2.6/dist-packages/apport_python_hook.py
> import apport_python_hook # precompiled from
> /usr/lib/python2.6/dist-packages/apport_python_hook.pyc
> import encodings # directory /usr/lib/python2.6/encodings
> # /usr/lib/python2.6/encodings/__init__.pyc matches
> /usr/lib/python2.6/encodings/__init__.py
> import encodings # precompiled from
> /usr/lib/python2.6/encodings/__init__.pyc
> # /usr/lib/python2.6/codecs.pyc matches /usr/lib/python2.6/codecs.py
> import codecs # precompiled from /usr/lib/python2.6/codecs.pyc
> import _codecs # builtin
> # /usr/lib/python2.6/encodings/aliases.pyc matches
> /usr/lib/python2.6/encodings/aliases.py
> import encodings.aliases # precompiled from
> /usr/lib/python2.6/encodings/aliases.pyc
> # /usr/lib/python2.6/encodings/utf_8.pyc matches
> /usr/lib/python2.6/encodings/utf_8.py
> import encodings.utf_8 # precompiled from
> /usr/lib/python2.6/encodings/utf_8.pyc
> Python 2.6.2 (release26-maint, Apr 19 2009, 01:56:41)
> [GCC 4.3.3] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
> # /usr/lib/python2.6/getopt.pyc matches /usr/lib/python2.6/getopt.py
> import getopt # precompiled from /usr/lib/python2.6/getopt.pyc
> import base # directory /usr/share/hplip/base
> # /usr/share/hplip/base/__init__.pyc matches
> /usr/share/hplip/base/__init__.py
> import base # precompiled from /usr/share/hplip/base/__init__.pyc
> # /usr/share/hplip/base/g.pyc matches /usr/share/hplip/base/g.py
> import base.g # precompiled from /usr/share/hplip/base/g.pyc
> # /usr/lib/python2.6/ConfigParser.pyc matches
> /usr/lib/python2.6/ConfigParser.py
> import ConfigParser # precompiled from /usr/lib/python2.6/ConfigParser.pyc
> # /usr/lib/python2.6/re.pyc matches /usr/lib/python2.6/re.py
> import re # precompiled from /usr/lib/python2.6/re.pyc
> # /usr/lib/python2.6/sre_compile.pyc matches
> /usr/lib/python2.6/sre_compile.py
> import sre_compile # precompiled from /usr/lib/python2.6/sre_compile.pyc
> import _sre # builtin
> # /usr/lib/python2.6/sre_parse.pyc matches /usr/lib/python2.6/sre_parse.py
> import sre_parse # precompiled from /usr/lib/python2.6/sre_parse.pyc
> # /usr/lib/python2.6/sre_constants.pyc matches
> /usr/lib/python2.6/sre_constants.py
> import sre_constants # precompiled from
> /usr/lib/python2.6/sre_constants.pyc
> # /usr/lib/python2.6/locale.pyc matches /usr/lib/python2.6/locale.py
> import locale # precompiled from /usr/lib/python2.6/locale.pyc
> # /usr/lib/python2.6/functools.pyc matches /usr/lib/python2.6/functools.py
> import functools # precompiled from /usr/lib/python2.6/functools.pyc
> import _functools # builtin
> import _locale # builtin
> import operator # builtin
> import pwd # builtin
> # /usr/share/hplip/base/codes.pyc matches /usr/share/hplip/base/codes.py
> import base.codes # precompiled from /usr/share/hplip/base/codes.pyc
> # /usr/share/hplip/base/logger.pyc matches /usr/share/hplip/base/logger.py
> import base.logger # precompiled from /usr/share/hplip/base/logger.pyc
> import thread # builtin
> import syslog # builtin
> # /usr/lib/python2.6/traceback.pyc matches /usr/lib/python2.6/traceback.py
> import traceback # precompiled from /usr/lib/python2.6/traceback.pyc
> # /usr/lib/python2.6/string.pyc matches /usr/lib/python2.6/string.py
> import string # precompiled from /usr/lib/python2.6/string.pyc
> import strop # builtin
> # /usr/share/hplip/base/utils.pyc matches /usr/share/hplip/base/utils.py
> import base.utils # precompiled from /usr/share/hplip/base/utils.pyc
> # /usr/lib/python2.6/__future__.pyc matches
> /usr/lib/python2.6/__future__.py
> import __future__ # precompiled from /usr/lib/python2.6/__future__.pyc
> # /usr/lib/python2.6/fnmatch.pyc matches /usr/lib/python2.6/fnmatch.py
> import fnmatch # precompiled from /usr/lib/python2.6/fnmatch.pyc
> # /usr/lib/python2.6/tempfile.pyc matches /usr/lib/python2.6/tempfile.py
> import tempfile # precompiled from /usr/lib/python2.6/tempfile.pyc
> # /usr/lib/python2.6/random.pyc matches /usr/lib/python2.6/random.py
> import random # precompiled from /usr/lib/python2.6/random.pyc
> import math # builtin
> import binascii # builtin
> import _random # builtin
> import cStringIO # builtin
> import fcntl # builtin
> # /usr/lib/python2.6/socket.pyc matches /usr/lib/python2.6/socket.py
> import socket # precompiled from /usr/lib/python2.6/socket.pyc
> import _socket # builtin
> dlopen("/usr/lib/python2.6/lib-dynload/_ssl.so", 2);
> import _ssl # dynamically loaded from
> /usr/lib/python2.6/lib-dynload/_ssl.so
> # /usr/lib/python2.6/struct.pyc matches /usr/lib/python2.6/struct.py
> import struct # precompiled from /usr/lib/python2.6/struct.pyc
> import _struct # builtin
> import select # builtin
> import time # builtin
> # /usr/lib/python2.6/commands.pyc matches /usr/lib/python2.6/commands.py
> import commands # precompiled from /usr/lib/python2.6/commands.pyc
> import xml # directory /usr/lib/python2.6/xml
> # /usr/lib/python2.6/xml/__init__.pyc matches
> /usr/lib/python2.6/xml/__init__.py
> import xml # precompiled from /usr/lib/python2.6/xml/__init__.pyc
> import xml.parsers # directory /usr/lib/python2.6/xml/parsers
> # /usr/lib/python2.6/xml/parsers/__init__.pyc matches
> /usr/lib/python2.6/xml/parsers/__init__.py
> import xml.parsers # precompiled from
> /usr/lib/python2.6/xml/parsers/__init__.pyc
> # /usr/lib/python2.6/xml/parsers/expat.pyc matches
> /usr/lib/python2.6/xml/parsers/expat.py
> import xml.parsers.expat # precompiled from
> /usr/lib/python2.6/xml/parsers/expat.pyc
> dlopen("/usr/lib/python2.6/lib-dynload/pyexpat.so", 2);
> import pyexpat # dynamically loaded from
> /usr/lib/python2.6/lib-dynload/pyexpat.so
> # /usr/lib/python2.6/getpass.pyc matches /usr/lib/python2.6/getpass.py
> import getpass # precompiled from /usr/lib/python2.6/getpass.pyc
> dlopen("/usr/lib/python2.6/lib-dynload/termios.so", 2);
> import termios # dynamically loaded from
> /usr/lib/python2.6/lib-dynload/termios.so
> # /usr/lib/python2.6/platform.pyc matches /usr/lib/python2.6/platform.py
> import platform # precompiled from /usr/lib/python2.6/platform.pyc
> # /usr/share/hplip/base/pexpect.pyc matches
> /usr/share/hplip/base/pexpect.py
> import base.pexpect # precompiled from /usr/share/hplip/base/pexpect.pyc
> dlopen("/usr/lib/python2.6/lib-dynload/resource.so", 2);
> import resource # dynamically loaded from
> /usr/lib/python2.6/lib-dynload/resource.so
> # /usr/lib/python2.6/pty.pyc matches /usr/lib/python2.6/pty.py
> import pty # precompiled from /usr/lib/python2.6/pty.pyc
> # /usr/lib/python2.6/tty.pyc matches /usr/lib/python2.6/tty.py
> import tty # precompiled from /usr/lib/python2.6/tty.pyc
> # /usr/share/hplip/base/status.pyc matches /usr/share/hplip/base/status.py
> import base.status # precompiled from /usr/share/hplip/base/status.pyc
> # /usr/share/hplip/base/pml.pyc matches /usr/share/hplip/base/pml.py
> import base.pml # precompiled from /usr/share/hplip/base/pml.pyc
> # /usr/share/hplip/base/tui.pyc matches /usr/share/hplip/base/tui.py
> import base.tui # precompiled from /usr/share/hplip/base/tui.pyc
> # /usr/share/hplip/base/module.pyc matches /usr/share/hplip/base/module.py
> import base.module # precompiled from /usr/share/hplip/base/module.pyc
> # /usr/share/hplip/base/device.pyc matches /usr/share/hplip/base/device.py
> import base.device # precompiled from /usr/share/hplip/base/device.pyc
> # /usr/lib/python2.6/gzip.pyc matches /usr/lib/python2.6/gzip.py
> import gzip # precompiled from /usr/lib/python2.6/gzip.pyc
> import zlib # builtin
> # /usr/lib/python2.6/urllib.pyc matches /usr/lib/python2.6/urllib.py
> import urllib # precompiled from /usr/lib/python2.6/urllib.pyc
> # /usr/lib/python2.6/urlparse.pyc matches /usr/lib/python2.6/urlparse.py
> import urlparse # precompiled from /usr/lib/python2.6/urlparse.pyc
> # /usr/lib/python2.6/collections.pyc matches
> /usr/lib/python2.6/collections.py
> import collections # precompiled from /usr/lib/python2.6/collections.pyc
> import _collections # builtin
> # /usr/lib/python2.6/keyword.pyc matches /usr/lib/python2.6/keyword.py
> import keyword # precompiled from /usr/lib/python2.6/keyword.pyc
> # /usr/lib/python2.6/ssl.pyc matches /usr/lib/python2.6/ssl.py
> import ssl # precompiled from /usr/lib/python2.6/ssl.pyc
> # /usr/lib/python2.6/textwrap.pyc matches /usr/lib/python2.6/textwrap.py
> import textwrap # precompiled from /usr/lib/python2.6/textwrap.pyc
> # /usr/lib/python2.6/base64.pyc matches /usr/lib/python2.6/base64.py
> import base64 # precompiled from /usr/lib/python2.6/base64.pyc
> # /usr/lib/python2.6/StringIO.pyc matches /usr/lib/python2.6/StringIO.py
> import StringIO # precompiled from /usr/lib/python2.6/StringIO.pyc
> # /usr/lib/python2.6/httplib.pyc matches /usr/lib/python2.6/httplib.py
> import httplib # precompiled from /usr/lib/python2.6/httplib.pyc
> # /usr/lib/python2.6/mimetools.pyc matches /usr/lib/python2.6/mimetools.py
> import mimetools # precompiled from /usr/lib/python2.6/mimetools.pyc
> # /usr/lib/python2.6/rfc822.pyc matches /usr/lib/python2.6/rfc822.py
> import rfc822 # precompiled from /usr/lib/python2.6/rfc822.pyc
> import prnt # directory /usr/share/hplip/prnt
> # /usr/share/hplip/prnt/__init__.pyc matches
> /usr/share/hplip/prnt/__init__.py
> import prnt # precompiled from /usr/share/hplip/prnt/__init__.pyc
> # /usr/share/hplip/prnt/pcl.pyc matches /usr/share/hplip/prnt/pcl.py
> import prnt.pcl # precompiled from /usr/share/hplip/prnt/pcl.pyc
> # /usr/share/hplip/prnt/ldl.pyc matches /usr/share/hplip/prnt/ldl.py
> import prnt.ldl # precompiled from /usr/share/hplip/prnt/ldl.pyc
> # /usr/share/hplip/prnt/cups.pyc matches /usr/share/hplip/prnt/cups.py
> import prnt.cups # precompiled from /usr/share/hplip/prnt/cups.pyc
> # /usr/lib/python2.6/glob.pyc matches /usr/lib/python2.6/glob.py
> import glob # precompiled from /usr/lib/python2.6/glob.pyc
> # /usr/share/hplip/base/models.pyc matches /usr/share/hplip/base/models.py
> import base.models # precompiled from /usr/share/hplip/base/models.pyc
> dlopen("/usr/lib/python2.6/lib-dynload/datetime.so", 2);
> import datetime # dynamically loaded from
> /usr/lib/python2.6/lib-dynload/datetime.so
> dlopen("/usr/lib/python2.6/dist-packages/cupsext.so", 2);
> import cupsext # dynamically loaded from
> /usr/lib/python2.6/dist-packages/cupsext.so
> # /usr/share/hplip/base/mdns.pyc matches /usr/share/hplip/base/mdns.py
> import base.mdns # precompiled from /usr/share/hplip/base/mdns.pyc
> # /usr/share/hplip/base/slp.pyc matches /usr/share/hplip/base/slp.py
> import base.slp # precompiled from /usr/share/hplip/base/slp.pyc
> # /usr/share/hplip/base/strings.pyc matches
> /usr/share/hplip/base/strings.py
> import base.strings # precompiled from /usr/share/hplip/base/strings.pyc
> dlopen("/usr/lib/python2.6/dist-packages/hpmudext.so", 2);
> error: HPMUDEXT could not be loaded. Please check HPLIP installation.
> # clear __builtin__._
> # clear sys.path
> # clear sys.argv
> # clear sys.ps1
> # clear sys.ps2
> # clear sys.exitfunc
> # clear sys.exc_type
> # clear sys.exc_value
> # clear sys.exc_traceback
> # clear sys.last_type
> # clear sys.last_value
> # clear sys.last_traceback
> # clear sys.path_hooks
> # clear sys.path_importer_cache
> # clear sys.meta_path
> # clear sys.flags
> # clear sys.float_info
> # restore sys.stdin
> # restore sys.stdout
> # restore sys.stderr
> # cleanup __main__
> # cleanup[1] xml
> # cleanup[1] collections
> # cleanup[1] _struct
> # cleanup[1] zipimport
> # cleanup[1] httplib
> # cleanup[1] math
> # cleanup[1] abc
> # cleanup[1] exceptions
> # cleanup[1] base
> # cleanup[1] base.mdns
> # cleanup[1] _functools
> # cleanup[1] _locale
> # cleanup[1] StringIO
> # cleanup[1] prnt
> # cleanup[1] base.status
> # cleanup[1] __future__
> # cleanup[1] _collections
> # cleanup[1] xml.parsers
> # cleanup[1] base.tui
> # cleanup[1] sre_constants
> # cleanup[1] prnt.cups
> # cleanup[1] _warnings
> # cleanup[1] _codecs
> # cleanup[1] keyword
> # cleanup[1] posix
> # cleanup[1] mimetools
> # cleanup[1] site
> # cleanup[1] cupsext
> # cleanup[1] pyexpat
> # cleanup[1] urlparse
> # cleanup[1] strop
> # cleanup[1] getopt
> # cleanup[1] prnt.ldl
> # cleanup[1] base.slp
> # cleanup[1] sitecustomize
> # cleanup[1] base.codes
> # cleanup[1] gzip
> # cleanup[1] random
> # cleanup[1] prnt.pcl
> # cleanup[1] base.g
> # cleanup[1] base.strings
> # cleanup[1] rfc822
> # cleanup[1] urllib
> # cleanup[1] base.pml
> # cleanup[1] base.models
> # cleanup[1] zlib
> # cleanup[1] apport_python_hook
> # cleanup[1] _random
> # cleanup[1] glob
> # cleanup[1] datetime
> # cleanup[1] ssl
> # cleanup[1] base.utils
> # cleanup[1] cStringIO
> # cleanup[1] locale
> # cleanup[1] xml.parsers.expat
> # cleanup[1] encodings
> # cleanup[1] base.logger
> # cleanup[1] socket
> # cleanup[1] operator
> # cleanup[1] _socket
> # cleanup[1] commands
> # cleanup[1] pwd
> # cleanup[1] encodings.aliases
> # cleanup[1] fnmatch
> # cleanup[1] getpass
> # cleanup[1] _ssl
> # cleanup[1] textwrap
> # cleanup[1] functools
> # cleanup[1] tempfile
> # cleanup[1] base64
> # cleanup[1] platform
> # cleanup[1] base.pexpect
> # cleanup[1] string
> # cleanup[1] encodings.utf_8
> # cleanup[1] resource
> # cleanup[1] ConfigParser
> # cleanup[1] signal
> # cleanup[1] syslog
> # cleanup[1] re
> # cleanup[1] codecs
> # cleanup[1] thread
> # cleanup[1] traceback
> # cleanup[1] fcntl
> # cleanup[1] select
> # cleanup[1] binascii
> # cleanup[1] termios
> # cleanup[1] sre_compile
> # cleanup[1] time
> # cleanup[1] pty
> # cleanup[1] struct
> # cleanup[1] _sre
> # cleanup[1] sre_parse
> # cleanup[1] tty
> # cleanup[2] pyexpat.errors
> # cleanup[2] pyexpat.model
> # cleanup[2] UserDict
> # cleanup[2] os
> # cleanup[2] posixpath
> # cleanup[2] errno
> # cleanup[2] os.path
> # cleanup[2] copy_reg
> # cleanup[2] linecache
> # cleanup[2] _abcoll
> # cleanup[2] genericpath
> # cleanup[2] stat
> # cleanup[2] warnings
> # cleanup[2] types
> # cleanup sys
> # cleanup __builtin__
> # cleanup ints: 57 unfreed ints
> # cleanup floats: 33 unfreed floats
> root@bigdaddy:/home/john#
>
> You received this question notification because you are a direct
> subscriber of the question.
>

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#15

Log a new question. This one has been marked as solved.