--- a/Utilities/uic.py Fri Jan 01 16:11:36 2010 +0000 +++ b/Utilities/uic.py Sat Jan 02 15:11:35 2010 +0000 @@ -56,7 +56,7 @@ # Allow the caller to change the name of the .py file or generate # it in a different directory. if map is not None: - py_dir, py_file = map(py_dir, py_file) + py_dir, py_file = list(map(py_dir, py_file)) # Make sure the destination directory exists. try: