Comment 2 for bug 694555

Revision history for this message
Till Kamppeter (till-kamppeter) wrote :

The VarLogDistupgradeTermlog.gz file contains:

Configurando hplip-data (3.10.2-2ubuntu2.1) ...
Usage: update-python-modules [-v] [-c] package_directory [...]
       update-python-modules [-v] [-c] package.dirs [...]
       update-python-modules [-v] [-a|-f|-p]
update-python-modules: error: hplip-data.private is not a recognized python-support module.
dpkg: error al procesar hplip-data (--configure):
 el subproceso script post-installation instalado devolvió el código de salida de error 2
dpkg: problemas de dependencias impiden la configuración de hplip:
 hplip depende de hplip-data (= 3.10.2-2ubuntu2.1); sin embargo:
 El paquete `hplip-data' no está configurado todavía.
dpkg: error al procesar hplip (--configure):
 problemas de dependencias - se deja sin configurar

So it seems that update-python-modules does not find the file hplip-data.private in /usr/share/python-support/ or the file is broken.

Can you try

sudo apt-get install --reinstall hplip-data

Or if this does not work

sudo dpkg -P --force-depends hplip-data
sudo apt-get install hplip-data

Does this solve your problem?