On 06/06/06, Keo Sophon <[EMAIL PROTECTED]> 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.
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to