install.py

branch
5_3_x
changeset 2764
1d85539ac41a
parent 2691
0499c802883f
child 3163
9f50365a0870
equal deleted inserted replaced
2762:423835fb1204 2764:1d85539ac41a
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 [

eric ide

mercurial