wxPython: Procedural or OOPS? installation woes etc...

Alan Gauld alan.gauld at bt.com
Mon Apr 9 12:00:49 EDT 2001


Ron Stephens wrote:
> Can anyone tell me whether wxPython uses a procedural approach 
> to event driven gui programming, or an object oriented one 
> like Tkinter does???

Actually Tkinter doesn't force an OO approach - wxPython does!

You can use Tkinter objects in a procedural manner, but 
you still need to work with events....

FWIW My gui topic has a sample of wxPython to compare with 
identical Tkinter code, that might help.

http://www.crosswinds.net/~agauld/tutgui.htm

Alan G.



More information about the Python-list mailing list