Re: which "GUI module" you suggest me to use?

2007-06-05 Thread Simon Yau
On Jun 5, 2:57 pm, ZioMiP <[EMAIL PROTECTED]> wrote: > Hi to all... > > I'm actually using Tkinter for my GUI... but I need to "put a piece of a > web-page in a widget" how can I do? > > which GUI module do you suggest me to use for do that? > > or which GUI module do you suggest me to use at all?

Re: Newb Tkinter Question: Object has no attribute 'tk'

2006-06-30 Thread Simon Yau
python programming newb wrote: > > I'm new to python and tkinter. I'm trying to write a program that > opens the root window with a button that then opens a toplevel window > that then has it's own widgets. I can get the new toplevel window to > open but none of the widgets appear. The console gi