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 |