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
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