[Tkinter-discuss] Bug in tkFileDialog askdirectory method?

Stewart Midwinter stewart.midwinter at gmail.com
Wed Jan 19 21:55:55 CET 2005


Try this: in the __main__ function, add a call to the askdirectory
method in tkFileDialog and then run it.  Does it do the same for you
as it does for me, i.e. disappear into la-la land?

# dialog for selecting directories
    getdirectory=askdirectory()
    print "directory", getdirectory.encode(enc)


I'm running Python 2.3.4 under Win2k. 

thanks,
-- 
Stewart Midwinter
stewart at midwinter.ca
stewart.midwinter at gmail.com


More information about the Tkinter-discuss mailing list