> How can use Windows Exlporer's browse file method in a python script > (Tkinter)? You can do it via the PythonWin package which gives access to the win32 API via MFC but I'm not sure why you';d want to? Whats wrong with the built in Tkinter filebrowser? It will be easier to inrtegrate with the rest of your Tkinter program IMHO. Alan g