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 -- http://mail.python.org/mailman/listinfo/python-list