scripts/install.py

branch
without_py2_and_pyqt4
changeset 7211
1c97f3142fa8
parent 7203
2079ccbfa335
child 7220
5cf645f6daab
equal deleted inserted replaced
7209:ad27005f08ac 7211:1c97f3142fa8
475 475
476 try: 476 try:
477 from eric6config import getConfig 477 from eric6config import getConfig
478 except ImportError: 478 except ImportError:
479 # eric6 wasn't installed previously 479 # eric6 wasn't installed previously
480 return
481 except SyntaxError:
482 # an incomplete or old config file was found
480 return 483 return
481 484
482 global pyModDir, progLanguages 485 global pyModDir, progLanguages
483 486
484 # Remove the menu entry for Linux systems 487 # Remove the menu entry for Linux systems

eric ide

mercurial