[Tutor] Simple GUI

2012-03-04 Thread myles broomes
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()

Re: [Tutor] Simple GUI

2012-03-04 Thread Evert Rol
> 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

Re: [Tutor] Simple GUI

2012-03-04 Thread Dave Angel
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

Re: [Tutor] Creating a Polyline Feature class

2012-03-04 Thread bob gailer
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

[Tutor] Blum blum shub pseudorandom generator

2012-03-04 Thread nivedita datta
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