Problems with the tkFileDialog widget

Hans Kristian Ruud hans.kristian.ruud at inenco.no
Sun Oct 8 12:21:27 EDT 2000


Hello.

I have added a tkFileDialog widget to an application:

.
.
        xlsfile = tkFileDialog.Open (root,
                filetypes=[('Excel files','*.xls')],
                 initialfile=filename,
                 title='Result spreadsheet').show()
.
.

However, when I then try to start my applications, I notice that no of
the bindings that I have declared for my application will work
(If I do not call    tkFileDialog, the bindings work fine )

Any advice?

thanks in advance

--
Hans Kristian





More information about the Python-list mailing list