[Tutor] FileDialogBox in Tkinter

John Fouhy john at fouhy.net
Tue Jun 6 07:24:39 CEST 2006


On 06/06/06, Keo Sophon <keosophon at khmeros.info> wrote:
> What to do in order to get FileDialogBox in Tkinter for using? Where to find a
> complete reference of Tkinter?

Fredrik Lundh's guide (which Bernard linked) is a good Tkinter
reference.  For the FileDialogBox, you will need another import
statement --- 'import Tkinter' or 'from Tkinter import *' won't bring
it in.

New Mexico Tech has a good reference too:
http://infohost.nmt.edu/tcc/help/lang/python/tkinter.html  It's a bit
old, but a lot of it is still accurate, and it goes into more detail
than the pythonware one.

-- 
John.


More information about the Tutor mailing list