install.py

changeset 2763
e4794166ad70
parent 2736
86cd4d14b58e
child 2791
a9577f248f04
child 2965
d133c7edd88a
equal deleted inserted replaced
2761:bcc10ef7015d 2763:e4794166ad70
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 [

eric ide

mercurial