install.py

changeset 6360
73033fa6a99c
parent 6347
bcca9eba56a1
child 6364
6a496f0886ad
equal deleted inserted replaced
6359:e78be0616e6e 6360:73033fa6a99c
1273 print('Sorry, eric6 requires Python 3 or Python 2 for running.') 1273 print('Sorry, eric6 requires Python 3 or Python 2 for running.')
1274 exit(5) 1274 exit(5)
1275 1275
1276 try: 1276 try:
1277 import xml.etree # __IGNORE_WARNING__ 1277 import xml.etree # __IGNORE_WARNING__
1278 except ImportError as msg: 1278 except ImportError:
1279 print('Your Python installation is missing the XML module.') 1279 print('Your Python installation is missing the XML module.')
1280 print('Please install it and try again.') 1280 print('Please install it and try again.')
1281 exit(5) 1281 exit(5)
1282 1282
1283 if pyqtVariant == "PyQt4": 1283 if pyqtVariant == "PyQt4":

eric ide

mercurial