Re: ncurses programming

2005-09-27 Thread Sinan Nalkaya
thank you very much for your suggestions and links, also slang got my attention. thanks. -- http://mail.python.org/mailman/listinfo/python-list

Re: ncurses programming

2005-09-26 Thread Colin Bell
Theres also Urwid , a user interface library built around curses which looks quite good. I started using it on a project a little while ago but got sidetracked. -- http://mail.python.org/mailman/listinfo/python-list

Re: ncurses programming

2005-09-26 Thread Torsten Bronger
Hallöchen! Grant Edwards <[EMAIL PROTECTED]> writes: > On 2005-09-26, Mike Meyer <[EMAIL PROTECTED]> wrote: > [...] Py Docs: http://docs.python.org/lib/module-curses.html >>> >>> This document suggests that Python+ncurses won't work on windows. >>> What's the reason for this? >> >> Could i

Re: ncurses programming

2005-09-26 Thread Grant Edwards
On 2005-09-26, Grant Edwards <[EMAIL PROTECTED]> wrote: > On 2005-09-26, Mike Meyer <[EMAIL PROTECTED]> wrote: > [...] Py Docs: http://docs.python.org/lib/module-curses.html >>> >>> This document suggests that Python+ncurses won't work on windows. >>> What's the reason for this? >> >> Could

Re: ncurses programming

2005-09-26 Thread Grant Edwards
On 2005-09-26, Mike Meyer <[EMAIL PROTECTED]> wrote: [...] >>> Py Docs: http://docs.python.org/lib/module-curses.html >> >> This document suggests that Python+ncurses won't work on windows. >> What's the reason for this? > > Could it be that ncurses doesn't work on Windows? At least, it > didn't

Re: ncurses programming

2005-09-26 Thread Mike Meyer
Torsten Bronger <[EMAIL PROTECTED]> writes: > Hallöchen! > > "ncf" <[EMAIL PROTECTED]> writes: > >> [...] >> >> Py Docs: http://docs.python.org/lib/module-curses.html > > This document suggests that Python+ncurses won't work on windows. > What's the reason for this? Could it be that ncurses doe

Re: ncurses programming

2005-09-26 Thread Grant Edwards
On 2005-09-26, Sinan Nalkaya <[EMAIL PROTECTED]> wrote: > hi, i want to use ncurses library in python i`ve found proper > library for that, PyNcurses. then i searched for some > documentation about ncurses programming, i only found that web > site ; http://www.tldp.org/HOWTO/N

Re: ncurses programming

2005-09-26 Thread Torsten Bronger
Hallöchen! "ncf" <[EMAIL PROTECTED]> writes: > [...] > > Py Docs: http://docs.python.org/lib/module-curses.html This document suggests that Python+ncurses won't work on windows. What's the reason for this? Tschö, Torsten. -- Torsten Bronger, aquisgrana, europa vetusICQ 264-296-6

Re: ncurses programming

2005-09-26 Thread ncf
I don't know too much about (n)curses, but I feel that it's worth pointing out that Python has a (built-in?) module named `curses` that supports ncurses as of Python version 1.6. I don't think it'd be necessary to learn how to use ncurses in C first, though. The Python docs for the curses module i

Re: ncurses programming

2005-09-26 Thread ncf
I don't know too much about (n)curses, but I feel that it's worth pointing out that Python has a (built-in?) module named `curses` that supports ncurses as of Python version 1.6. I don't think it'd be necessary to learn how to use ncurses in C first, though. The Python docs for the curses module i

ncurses programming

2005-09-26 Thread Sinan Nalkaya
hi, i want to use ncurses library in python i`ve found proper library for that, PyNcurses. then i searched for some documentation about ncurses programming, i only found that web site ; http://www.tldp.org/HOWTO/NCURSES-Programming-HOWTO/ this howto is nice but seems to me, this is for