--- a/uninstall-debugclients.py Sat Jun 23 15:29:15 2018 +0200 +++ b/uninstall-debugclients.py Sat Jun 23 17:59:11 2018 +0200 @@ -18,7 +18,10 @@ import distutils.sysconfig if sys.version_info[0] == 2: - import sip + try: + import sip + except ImportError: + from PyQt5 import sip sip.setapi('QString', 2) # Define the globals.