scripts/install.py

branch
without_py2_and_pyqt4
changeset 7211
1c97f3142fa8
parent 7203
2079ccbfa335
child 7220
5cf645f6daab
--- a/scripts/install.py	Wed Sep 04 20:01:53 2019 +0200
+++ b/scripts/install.py	Thu Sep 05 18:47:56 2019 +0200
@@ -478,6 +478,9 @@
     except ImportError:
         # eric6 wasn't installed previously
         return
+    except SyntaxError:
+        # an incomplete or old config file was found
+        return
     
     global pyModDir, progLanguages
     

eric ide

mercurial