[Tutor] How can use Windows Exlporer's browse file method in a python script (Tkinter)?

Koen Bossers koen@behindthesofa.dhs.org
Thu, 23 Aug 2001 08:45:32 +0200


I know this is not the Windows Explorer browse method, but take a good 
look at tkFileDialog


 >>> from tkFileDialog import askopenfile
 >>> askopenfile()

check out the webpage http://web.lfw.org/python/htmldoc/tkFileDialog.html

Cheers, Koen

Proud Newbie wrote:

>How can use Windows Exlporer's browse file method in a python script
>(Tkinter)?
>Say, I want to use Windows Exlporer's browse file method to let users browse
>and locate a file. How do I do that?
>Thanks a  million.
>
>
>SN
>
>_______________________________________________
>Tutor maillist  -  Tutor@python.org
>http://mail.python.org/mailman/listinfo/tutor
>
>