--- a/install.py Sun Sep 04 13:58:11 2016 +0200 +++ b/install.py Sun Sep 04 14:34:56 2016 +0200 @@ -1485,7 +1485,7 @@ if doCompile: print("\nCompiling source files ...") if sys.version_info[0] == 3: - skipRe = re.compile(r"DebugClients[\\/]Python[\\/]") + skipRe = re.compile(r"DebugClients[\\/]Python2[\\/]") else: skipRe = re.compile(r"DebugClients[\\/]Python3[\\/]") # Hide compile errors (mainly because of Py2/Py3 differences)