EasyDialogs - select multiple files?

alex23 wuwei23 at gmail.com
Mon Aug 15 19:36:27 EDT 2005


I haven't used EasyDialogs myself but a quick scan of both the Mac &
Windows docs doesn't show any explicit support for multiple file
selection.

EasyGUI is similar to EasyDialogs but uses Tkinter instead of native OS
calls:
http://www.ferg.org/easygui/index.html

While it provides simple functions for selecting files, these are
limited to a single file as well. However, you should be able to use
the multchoicebox function along with your own compiled list of files
to select multiple files at once.

Hope this helps.
-alex23




More information about the Python-list mailing list