Fix detection of sip4-tqt module

pull/1/head
Francois Andriot 10 years ago committed by Slávek Banko
parent a5826757d6
commit bef776509e

@ -35,7 +35,7 @@ import string
# Get the SIP configuration. # Get the SIP configuration.
try: try:
import sipconfig from sip4_tqt import sipconfig
except: except:
print "Unable to import the sipconfig module. Please make sure you have" print "Unable to import the sipconfig module. Please make sure you have"
print "SIP v3.9 or later installed." print "SIP v3.9 or later installed."

@ -28,7 +28,7 @@ import getopt
import shutil import shutil
import py_compile import py_compile
import sipconfig from sip4_tqt import sipconfig
src_dir = os.path.dirname(os.path.abspath(__file__)) src_dir = os.path.dirname(os.path.abspath(__file__))

@ -21,7 +21,7 @@
# modules that %Import PyTQt modules. # modules that %Import PyTQt modules.
import sipconfig from sip4_tqt import sipconfig
# These are installation specific values created when PyTQt was configured. # These are installation specific values created when PyTQt was configured.

Loading…
Cancel
Save