--- Lib/compileall.py~ 2003-08-27 22:21:06.000000000 +0200 +++ Lib/compileall.py 2004-06-19 17:16:44.000000000 +0200 @@ -66,6 +66,8 @@ except KeyboardInterrupt: raise KeyboardInterrupt except py_compile.PyCompileError,err: + if quiet: + print 'Compiling', fullname, '...' print err.msg success = 0 except IOError, e: