On 18 Feb 2005 00:17:01 -0800, Lith <[EMAIL PROTECTED]> wrote:
Here's a simple script, where I want to use a GUI to select a file.
(And eventually do something interesting with it.) Some problems
appear.
(1) Why does it call MenuOpen automatically?
Because this code:
menuFile.add_command(label=
Here's a simple script, where I want to use a GUI to select a file.
(And eventually do something interesting with it.) Some problems
appear.
(1) Why does it call MenuOpen automatically?
(2) Why won't it open when I choose the menu item?
(3) Python Cookbook gave me the sys.exit call, if I run it