Im trying to code a simple GUI but I'm having a bit of a problem. Heres my
code: from tkinter import *class Application(Frame):
def __init__(self,master=None):
Frame.__init__(self,master)
self.grid(sticky=N+S+E+W)
self.createWidgets()
> Im trying to code a simple GUI but I'm having a bit of a problem. Heres my
> code:
>
> from tkinter import *
> class Application(Frame):
> def __init__(self,master=None):
> Frame.__init__(self,master)
> self.grid(sticky=N+S+E+W)
> self.cr
On 03/04/2012 06:59 AM, myles broomes wrote:
Im trying to code a simple GUI but I'm having a bit of a problem. Heres my
code: from tkinter import *class Application(Frame):
def __init__(self,master=None):
Frame.__init__(self,master)
self.grid(sticky=N+S
Please always reply-all so a copy goes to the list. I' copying the list
on this reply.
Also we like it better when you put your responses in the body of the
email close to what they apply to rather than at top.
Also remove irrelevant text to keep the emails short and to the point.
On 3/4/2012 5
Hi,
Can anyone send me a working code of BBS pseudorandom number generator.
Regards,
Nivedita
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor