18 |
18 |
19 try: |
19 try: |
20 from eric6config import getConfig |
20 from eric6config import getConfig |
21 except ImportError: |
21 except ImportError: |
22 print("The eric6 IDE doesn't seem to be installed. Aborting.") |
22 print("The eric6 IDE doesn't seem to be installed. Aborting.") |
|
23 sys.exit(1) |
|
24 except SyntaxError: |
|
25 # an incomplete or old config file was found |
|
26 print("The eric6 IDE seems to be installed incompletely. Aborting.") |
23 sys.exit(1) |
27 sys.exit(1) |
24 |
28 |
25 |
29 |
26 def getConfigDir(): |
30 def getConfigDir(): |
27 """ |
31 """ |