diff -r 6a496f0886ad -r 85f8745427a6 install-debugclients.py --- a/install-debugclients.py Sat Jun 23 17:59:11 2018 +0200 +++ b/install-debugclients.py Sun Jun 24 13:21:52 2018 +0200 @@ -15,9 +15,9 @@ try: import cStringIO as io try: - import sip + from PyQt5 import sip except ImportError: - from PyQt5 import sip + import sip sip.setapi('QString', 2) sip.setapi('QVariant', 2) sip.setapi('QTextStream', 2)