--- a/install-debugclients.py Mon Sep 19 22:47:52 2016 +0200 +++ b/install-debugclients.py Sat Sep 24 22:52:13 2016 +0200 @@ -307,10 +307,7 @@ 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[\\/]") + skipRe = re.compile(r"DebugClients[\\/]Python[\\/]") # Hide compile errors (mainly because of Py2/Py3 differences) sys.stdout = io.StringIO() if distDir: