[Python-bugs-list] [ python-Bugs-780203 ] Tkinter failure in 2.3 under Windows

SourceForge.net noreply@sourceforge.net
Wed, 30 Jul 2003 06:54:13 -0700


Bugs item #780203, was opened at 2003-07-30 09:08
Message generated for change (Comment added) made by tim_one
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=780203&group_id=5470

Category: Tkinter
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Tim Heaney (theaney)
Assigned to: Nobody/Anonymous (nobody)
Summary: Tkinter failure in 2.3 under Windows

Initial Comment:

I have a Tkinter program which no longer works after
installing Python 2.3 under Windows 98. 

Traceback (most recent call last):
  File "C:\home\tim\python\boggle.py", line 1386, in ?
    define_widgets()
  File "C:\home\tim\python\boggle.py", line 1123, in
define_widgets
    frame1.grid(row=0, col=0,padx=20,pady=20)
  File "C:\PYTHON23\lib\lib-tk\Tkinter.py", line 1763,
in grid_configure
    self.tk.call(
TclError: ambiguous option "-col": must be -column,
-columnspan, -in, -ipadx, -ipa
dy, -padx, -pady, -row, -rowspan, or -sticky

It worked in Python 2.2 under Windows and it works in
Python 2.3 under Linux.

Tim


----------------------------------------------------------------------

>Comment By: Tim Peters (tim_one)
Date: 2003-07-30 09:54

Message:
Logged In: YES 
user_id=31435

Which version of Tcl/Tk are you using on Linux?  The Windows 
2.3 ships with 8.4.3, the most-recent available at the time of 
the 2.3 release.  From the error msg, it seems pretty obvious 
that 8.4.3 can't figure out whether "col" was intended to 
mean "column" or "columnspan".  Maybe Tk 8.4.3 added one 
of those options.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=780203&group_id=5470