--- a/uninstall-debugclients.py Sat Jun 23 17:59:11 2018 +0200 +++ b/uninstall-debugclients.py Sun Jun 24 13:21:52 2018 +0200 @@ -19,9 +19,9 @@ if sys.version_info[0] == 2: try: - import sip + from PyQt5 import sip except ImportError: - from PyQt5 import sip + import sip sip.setapi('QString', 2) # Define the globals.