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

python sub interpreter

2007-02-07 Thread Thomas Pollet
Hello, I want to have a python interpreter shell spawn from a python class member function. atm I use exec but I want something more flexible (i.e. syntax checking while typing) E.g.: class blah: def start_shell(self): import sys dbg=self str="" while str != 'exi