--- a/install.py Sat Sep 24 22:52:13 2016 +0200 +++ b/install.py Mon Sep 26 21:55:40 2016 +0200 @@ -1484,11 +1484,8 @@ if doCompile: print("\nCompiling source files ...") - if sys.version_info[0] == 3: - skipRe = re.compile(r"DebugClients[\\/]Python2[\\/]") - else: - skipRe = re.compile(r"DebugClients[\\/]Python3[\\/]") # Hide compile errors (mainly because of Py2/Py3 differences) + skipRe = re.compile(r"DebugClients[\\/]Python[\\/]") sys.stdout = io.StringIO() if distDir: compileall.compile_dir(