--- a/Globals/__init__.py Sat Jun 23 17:59:11 2018 +0200 +++ b/Globals/__init__.py Sun Jun 24 13:21:52 2018 +0200 @@ -109,9 +109,9 @@ # check version of sip try: try: - import sip + from PyQt5 import sip except ImportError: - from PyQt5 import sip + import sip sipVersion = sip.SIP_VERSION_STR # always assume, that snapshots are good if "snapshot" not in sipVersion: