In article <20090112154035.ga11...@lairds.us>,
 Cameron Laird <came...@phaseit.net> wrote:

> On Fri, Jan 02, 2009 at 04:17:29PM +0000, Nawal <Galileon> Husnoo wrote:
>                       .
>                       .
>                       .
> > I'm just starting out in Python Tkinter programming, and I tried to use the
> > Tile module to improve the looks of the Tk program I am writing.
> > 
> > When I run the script written in <code></code> below, it works fine, using
> > the Tile module to make the Tk look ok. However, when I try to use
> > tkMessageBox.showwarning() as in the script, it fails with the error below.
> > I've tried to cat | grep for "background" in the files mentionned in the
> > error, but nothing turns up. I can't find where the "-background" switch is
> > getting stuck in. I know the "background" switch doesn't work with Tile, but
> > I can't find it to remove it. Any ideas please?
> 
> Can you upgrade to 8.5 of Tk?  <URL:
> http://tkinter.unpythonic.net/wiki/tk85_and_python >
> might help you.

Is that safe? I thought Python 2.5 was not fully compatible with Tcl/Tk 
8.5.

-- Russell

_______________________________________________
Tkinter-discuss mailing list
Tkinter-discuss@python.org
http://mail.python.org/mailman/listinfo/tkinter-discuss

Reply via email to