install.py

changeset 5145
95947ce71171
parent 5102
9cc5217881ab
child 5180
9eba139a2756
child 5214
0473e5256ca9
--- 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)

eric ide

mercurial