scripts/install-i18n.py

branch
without_py2_and_pyqt4
changeset 7211
1c97f3142fa8
parent 6942
2602857055c5
child 7229
53054eb5b15a
equal deleted inserted replaced
7209:ad27005f08ac 7211:1c97f3142fa8
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 """

eric ide

mercurial