Tkinter

Fredrik Lundh fredrik at pythonware.com
Fri Jun 2 09:54:07 EDT 2006


"david brochu jr" wrote:

> Does anyone know how to get the value of the file selected when using
> tk_getOpenFile in Tkinter?

why not use the tkFileDialog module:

    http://www.pythonware.com/library/tkinter/introduction/x1164-data-entry.htm

?

</F> 






More information about the Python-list mailing list