Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > Curses module on windows

Reply
Thread Tools

Curses module on windows

 
 
Abhijit Soman
Guest
Posts: n/a
 
      06-15-2004
Where can i find curses module for windows? I have pdcurses library on
windows. But python binary doesnot include curses module.

Thanks,
Abhijit
 
Reply With Quote
 
 
 
 
Michele Simionato
Guest
Posts: n/a
 
      06-15-2004
Abhijit Soman <> wrote in message news:<>...
> Where can i find curses module for windows? I have pdcurses library on
> windows. But python binary doesnot include curses module.
>
> Thanks,
> Abhijit


I guess you need something like CygWin to get curses running on Windows
(not sure, please correct me if I am wrong).


Michele Simionato
 
Reply With Quote
 
 
 
 
Abhijit Soman
Guest
Posts: n/a
 
      06-15-2004
I found a port of curses module for windows at flangy.com/dev/python/curses/

regards,
Abhijit

Michele Simionato wrote:

> Abhijit Soman <> wrote in message news:<>...
>
>>Where can i find curses module for windows? I have pdcurses library on
>>windows. But python binary doesnot include curses module.
>>
>>Thanks,
>>Abhijit

>
>
> I guess you need something like CygWin to get curses running on Windows
> (not sure, please correct me if I am wrong).
>
>
> Michele Simionato



--
Man Invented Alcohol,
God Invented Grass.
Who do you trust?
 
Reply With Quote
 
Nick Jacobson
Guest
Posts: n/a
 
      06-15-2004
Abhijit Soman <> wrote in message news:<>...
> Where can i find curses module for windows? I have pdcurses library on
> windows. But python binary doesnot include curses module.
>
> Thanks,
> Abhijit


No-one has ported the curses module to windows yet, according to Alex
Martelli (ref. Python In a Nutshell, p. 20. The msvcrt, WConio, and
Console modules substitute some of its functionality. HTH,

--Nick
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
no ptyhon curses module on solaris? Shea Martin Python 1 11-08-2006 03:59 AM
curses module bug in windows python? kernel1983 Python 3 06-14-2006 07:23 AM
Need pixie dust for building Python 2.4 curses module on Solaris 8 skip@pobox.com Python 3 06-07-2006 07:28 PM
Re: Replacing curses (Was: Re: Problem with curses and UTF-8) Jean-Paul Calderone Python 2 02-09-2006 08:29 AM
Curses module. Alex Python 2 07-17-2003 07:25 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57