--- a/install.py Wed Jun 20 18:45:07 2018 +0200 +++ b/install.py Wed Jun 20 18:48:44 2018 +0200 @@ -1275,7 +1275,7 @@ try: import xml.etree # __IGNORE_WARNING__ - except ImportError as msg: + except ImportError: print('Your Python installation is missing the XML module.') print('Please install it and try again.') exit(5)