[Tutor] Curses module?

William Ryu wsryu@fas.harvard.edu
Fri, 12 Oct 2001 22:14:22 -0400


I was interested in learning the curses module, but when I fired up my 
2.1.1 session I couldn't import it:

Python 2.1.1 (#20, Jul 20 2001, 01:19:29) [MSC 32 bit (Intel)] on win32
Type "copyright", "credits" or "license" for more information.
 >>>
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
ImportError: No module named curses
 >>>

Curiously, it's not anywhere to be found in /lib. I guess I'm missing 
something. Isn't the curses module supposed to be in the /lib folder, even 
for the Windows distribution?

Thanks,

-willryu