<div>Hi,</div>
<div> </div>
<div>You can try the following</div>
<div> </div>
<div>from Tkinter import*</div>
<div>root = Tk()</div>
<div>root.withdraw() #this will hide the main window</div>
<div>import tkFileDialog as tkf</div>
<div>f = tkf.Open().show()<br><br>tkFileDialog, requires a main window to be existing before it can show the file dialog. If there are no main windows then it will create its own. </div>
<div class="gmail_quote">On Mon, May 23, 2011 at 1:43 AM, Alex van der Spek <span dir="ltr"><<a href="mailto:zdoor@xs4all.nl">zdoor@xs4all.nl</a>></span> wrote:<br>
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">Trying to bring up a simple File or Directory chooser using Tkinter. Right now I use pywin32  as Mark Hammond's extensions are somewhat more familiar to an (ex)VB programmer who started way back with Fortran.<br>
<br>On Windows Vista with Python 2.7. The examples from Mark Lutz' book "Programming Python" do not immediately apply. The book describes Python 3.x only.<br><br>This is what I do (in IDLE):<br><br>import tkFileDialog as tk<br>
file2open=tk.Open().show()<br><br>This works. But it also brings up a persistent Tk window. Killing this window forces a restart in IDLE, which is not desirable. There does not appear to be a way to multiselect files?<br>
<br>I am probably missing a whole lot. Please point me to a simple example of GUI file manipulations. I can save myself with os.path.walk and os.listdir but the users I try to serve cannot.<br><br>Regards,<br>Alex van der Spek <br>
<font color="#888888">-- <br><a href="http://mail.python.org/mailman/listinfo/python-list" target="_blank">http://mail.python.org/mailman/listinfo/python-list</a><br></font></blockquote></div>
<div><br><br clear="all"><br>-- <br>Thanks & Regards,<br>Godson Gera<br><a href="http://godson.in/">FreeSWITCH & Python Consultant India</a><br></div>