import curses -> no module named curses

A.M. Kuchling akuchlin at ute.mems-exchange.org
Wed Jan 23 14:16:33 EST 2002


In article <3C4EFAE2.B8C8552B at compuserve.de>, Hans-Henning Rodeck wrote:
> While exploring python 2.2 for Windows with : python test_curses.py, I
> get the message: import error no module named curses.

Curses isn't available for Windows.  If you want text-mode interfaces
on Windows, you're better off using the 'console' package, available at 
http://effbot.org/downloads/ .

--amk                                                  (www.amk.ca)
A man who recognizes no God is probably placing an inordinate value on
himself.
    -- Robertson Davies, _Conversations_



More information about the Python-list mailing list