814 |
814 |
815 try: |
815 try: |
816 from PyQt4 import Qsci # __IGNORE_WARNING__ |
816 from PyQt4 import Qsci # __IGNORE_WARNING__ |
817 except ImportError as msg: |
817 except ImportError as msg: |
818 print("Sorry, please install QScintilla2 and") |
818 print("Sorry, please install QScintilla2 and") |
819 print("it's PyQt4 wrapper.") |
819 print("its PyQt4 wrapper.") |
820 print('Error: {0}'.format(msg)) |
820 print('Error: {0}'.format(msg)) |
821 exit(1) |
821 exit(1) |
822 print("Found QScintilla2") |
822 print("Found QScintilla2") |
823 |
823 |
824 for impModule in [ |
824 for impModule in [ |