Re: Tkinter "Expected boolean value"
From: Mike Abel (Ax10_at_gmx.de)
Date: 11/30/03
- Next message: Francis Avila: "Re: Importing from a file to use contained variables"
- Previous message: Paul Rubin: "Re: sorting dictionary keys?"
- In reply to: Grzegorz Dostatni: "Tkinter "Expected boolean value""
- Next in thread: Mike Abel: "Re: Tkinter "Expected boolean value""
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 30 Nov 2003 08:10:49 +0100
Grzegorz Dostatni <grzegorz@ee.ualberta.ca> wrote:
> File "/usr/lib/python2.3/lib-tk/Tkinter.py", line 2310, in selection_present
> return self.tk.getboolean(
> TclError: expected boolean value but got ""
I guess: Tcl needs a boolean value and gets an empty string?
Try to look in this direction.
Mike
- Next message: Francis Avila: "Re: Importing from a file to use contained variables"
- Previous message: Paul Rubin: "Re: sorting dictionary keys?"
- In reply to: Grzegorz Dostatni: "Tkinter "Expected boolean value""
- Next in thread: Mike Abel: "Re: Tkinter "Expected boolean value""
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|