Newbie question (anyone programming with curses?)

Emile van Sebille emile at fenx.com
Sun Jun 23 12:06:50 EDT 2002


hellboy
> I'm quite new to Python, but I'm positive that version 2.2 (for
Windows)
> comes without curses module, though documentation states it is
included.
> import curses gives me "Import Error: no module named curses" message.
> Anyone knows where to download curses module (for Windows)?
>

from http://py-howto.sourceforge.net/curses/node2.html

No one has made a Windows port of the curses module. On a Windows
platform, try the Console module written by Fredrik Lundh. The Console
module provides cursor-addressable text output, plus full support for
mouse and keyboard input, and is available from
http://effbot.org/efflib/console.

Hope this is current and helps,

--

Emile van Sebille
emile at fenx.com

---------




More information about the Python-list mailing list