scripts/install.py

changeset 7210
8fe313d039e6
parent 7185
af8e89a7a51d
child 7220
5cf645f6daab
child 7226
babe80d84a3e
equal deleted inserted replaced
7208:d30ac02a5f04 7210:8fe313d039e6
578 578
579 try: 579 try:
580 from eric6config import getConfig 580 from eric6config import getConfig
581 except ImportError: 581 except ImportError:
582 # eric6 wasn't installed previously 582 # eric6 wasn't installed previously
583 return
584 except SyntaxError:
585 # an incomplete or old config file was found
583 return 586 return
584 587
585 global pyModDir, progLanguages 588 global pyModDir, progLanguages
586 589
587 # Remove the menu entry for Linux systems 590 # Remove the menu entry for Linux systems

eric ide

mercurial