Unable to make python work properly

Marc 'BlackJack' Rintsch bj_666 at gmx.net
Sat Sep 9 05:28:24 EDT 2006


In <mailman.187.1157762044.5279.python-list at python.org>, Benjamin Grant
wrote:

> Hi all,
> I'd greatly appreciate any help.  I can configure, make and install
> everything fine.  I'm using python 2.4  I have ubuntu dapper drake. I am
> trying to install hplip which requires python.  When I do this, this
> also works but while running the following error occurs:
> Traceback (most recent call last):
>   File "/usr/local/bin/hp-setup", line 31, in ?
>     import readline, gzip
> ImportError: No module named readline

`hplip` is available as package in the Ubuntu repositories.  Why do you
install it from sources?

> It appears as though for some reaosn the readline module is not being
> installed on my system.

It's a dependency of the Python packages.  That's odd.

Ciao,
	Marc 'BlackJack' Rintsch



More information about the Python-list mailing list