Re: (n)curses or tcl/tk?

2007-02-07 Thread Ido Yehieli
On Feb 7, 5:35 pm, "magnate" <[EMAIL PROTECTED]> wrote: > So my question is, should I go to the trouble of learning how to make > boxes and stuff using tcl/tk, or just go with ncurses as I imagined? If you want to use curses on windows with python you need to install WCurses first. Other then that

Re: (n)curses or tcl/tk?

2007-02-07 Thread Thomas Pollet
Hi, you could try wxpython and the wxglade toolkit for building gui Regards, Thomas On 7 Feb 2007 08:35:41 -0800, magnate <[EMAIL PROTECTED]> wrote: Hi All, Just learning Python - my first new language for about 18 years (I'm not a programmer ...). I'm writing a small utility to manipulate s

Re: (n)curses or tcl/tk?

2007-02-07 Thread Maƫl Benjamin Mettler
As far as I know Windows does not support ncurses natively (using CygWin probably changes that). So go with Tkinter. Looks crappy but at least it should run on all major platforms... > Hi All, > > Just learning Python - my first new language for about 18 years (I'm > not a programmer ...). I'm writ

(n)curses or tcl/tk?

2007-02-07 Thread magnate
Hi All, Just learning Python - my first new language for about 18 years (I'm not a programmer ...). I'm writing a small utility to manipulate some text files (for the game VGA Planets, if you're interested: http:// www.phost.de). It's currently working, but it looks a bit ugly with raw_input and j