Tkinter/FileDialog?

Neal Norwitz neal at metaslash.com
Wed Jan 16 21:33:53 EST 2002


IB wrote:

> I wonder if there is FileDialog in Tkinter available somewhere?

	>>> import tkFileDialog
	>>> tkFileDialog.askopenfile()
or
	>>> tkFileDialog.asksaveasfile()

Neal



More information about the Python-list mailing list