curses module

John J. Lee jjl at pobox.com
Sat Feb 2 17:06:41 EST 2002


On Sat, 2 Feb 2002, Lawrence Oluyede wrote:

> On Sat, 2 Feb 2002 20:31:16 +0300, Oleg Broytmann <phd at phd.pp.ru>
> wrote:
>
> > It *is* in the distribution. It is not a single module, but a package.
>
> >>> import curses
> Traceback (most recent call last):
>   File "<stdin>", line 1, in ?
> ImportError: No module named curses
[...]

You probably didn't compile it in (or the setup.py didn't do it for you).
Check Modules/Setup.


John




More information about the Python-list mailing list