[Tutor] curses
Luke Paireepinart
rabidpoobear at gmail.com
Mon Jul 16 22:22:38 CEST 2007
Tino Dai wrote:
>
>
> On 7/16/07, *Tiger12506* <keridee at jayco.net
> <mailto:keridee at jayco.net>> wrote:
>
> curses does not run on my Windows XP computer.
> Is this supposed to be a Linux only module?
>
> Traceback (most recent call last):
> File "<stdin>", line 1, in <module>
> File "C:\Python25\lib\curses\__init__.py", line 15, in <module>
> from _curses import *
> ImportError: No module named _curses
>
>
> That and cygwin.
>
> -Tino
There's a Console module that you can use to do the same thing at a DOS
prompt in windows, but that's not cross-platform either.
-Luke
More information about the Tutor
mailing list