--- c:\Python32\Lib\zipfile-old.py 2011-05-05 12:20:50.000000000 +1000 +++ c:\Python32\Lib\zipfile.py 2011-05-05 12:20:57.000000000 +1000 @@ -1389,13 +1389,13 @@ import py_compile if self.debug: print("Compiling", file) try: py_compile.compile(file, doraise=True, optimize=optimize) except py_compile.PyCompileError as error: - print(err.msg) + print(error.msg) return False return True file_py = pathname + ".py" file_pyc = pathname + ".pyc" file_pyo = pathname + ".pyo"