diff options
Diffstat (limited to 'build.py')
-rw-r--r-- | build.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ import string # Get the SIP configuration. try: - import sipconfig + from sip4_tqt import sipconfig except: print "Unable to import the sipconfig module. Please make sure you have" print "SIP v3.9 or later installed." |