install.py

branch
debugger speed
changeset 5180
9eba139a2756
parent 5145
95947ce71171
child 5239
27f56dc07b5b
--- 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(

eric ide

mercurial