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
[EMAIL PROTECTED]
[EMAIL PROTECTED]
_______________________________________________
Tkinter-discuss mailing list
[email protected]
http://mail.python.org/mailman/listinfo/tkinter-discuss