807 |
807 |
808 try: |
808 try: |
809 from PyQt4 import Qsci # __IGNORE_WARNING__ |
809 from PyQt4 import Qsci # __IGNORE_WARNING__ |
810 except ImportError as msg: |
810 except ImportError as msg: |
811 print("Sorry, please install QScintilla2 and") |
811 print("Sorry, please install QScintilla2 and") |
812 print("it's PyQt4 wrapper.") |
812 print("its PyQt4 wrapper.") |
813 print('Error: {0}'.format(msg)) |
813 print('Error: {0}'.format(msg)) |
814 exit(1) |
814 exit(1) |
815 print("Found QScintilla2") |
815 print("Found QScintilla2") |
816 |
816 |
817 for impModule in [ |
817 for impModule in [ |