curses in Python2.0b1

Zajcev Evgeny lg at localhost.rgz.ru
Wed Sep 13 23:30:44 EDT 2000


Andrew Kuchling <akuchlin at mems-exchange.org> writes:

> 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?
Oh!

I got it
thank you


--zev



More information about the Python-list mailing list