I'm using the following code to get a file name:
import tkFileDialog
tkFileDialog.as kopenfilename(f iletypes=[("HDF Files", ".hdf")])
How can I do this without an empty tk window popping up and hanging around
after the dialog is closed? Thanks.
-- Stephen
import tkFileDialog
tkFileDialog.as kopenfilename(f iletypes=[("HDF Files", ".hdf")])
How can I do this without an empty tk window popping up and hanging around
after the dialog is closed? Thanks.
-- Stephen
Comment