curses in Python2.0b1

Andrew Kuchling akuchlin at mems-exchange.org
Wed Sep 13 18:04:10 EDT 2000


Zajcev Evgeny <lg at localhost.rgz.ru> writes:
> import curses fails in python2.0b1 while in python1.5.2 it's allright
> >>> import curses
> Traceback (most recent call last):
>   File "<stdin>", line 1, in ?
>   File "/usr/local/lib/python2.0/curses/__init__.py", line 15, in ?
>     from _curses import *
> ImportError: No module named _curses

Does your Modules/Setup have the line for the _curses module uncommented?

--amk



More information about the Python-list mailing list