Newbie Tkinter question

David Allen s2mdalle at titan.vcu.edu
Sun Jan 28 00:09:22 EST 2001


In article <mailman.980654913.6507.python-list at python.org>, "jerry keeney"
<jerryleekeeney at yahoo.com> wrote:

> The following little program is giving me some problems.
> 
> The problem is with self.button2.  When this part of code is commented out,
> the program works.  When I uncomment it out, like here:  I get an invalid
> syntax error for  self.button2.grid(row=1,column=1)
> 
> What obvious thing am I missing here?

The 'column' keyword should be 'col', not 'column'.


-- 
David Allen
http://opop.nols.com/
----------------------------------------
A chubby man with a white beard and a red suit will approach you soon. 
Avoid him. He's a Commie.



More information about the Python-list mailing list