1: ~ > cd Desktop/ 2: ~/Desktop > ls PyQt-mac-gpl-4.3.1.tar qt-mac-opensource-4.3.2.dmg site-packages PyQt4.3installation.txt sip-4.7.1 Stuff sip-4.7.1.tar 3: ~/Desktop > cd sip-4.7.1 4: ~/Desktop/sip-4.7.1 > python configure.py This is SIP 4.7.1 for Python 2.5.1 on darwin. The SIP code generator will be installed in /Library/Frameworks/Python.framework/Versions/2.5/bin. The SIP module will be installed in /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages. The SIP header file will be installed in /Library/Frameworks/Python.framework/Versions/2.5/include/python2.5. The default directory to install .sip files in is /Library/Frameworks/Python.framework/Versions/2.5/share/sip. The platform/compiler configuration is macx-g++. Creating sipconfig.py... Creating top level Makefile... Creating sip code generator Makefile... Creating sip module Makefile... 5: ~/Desktop/sip-4.7.1 > make cc -c -pipe -Os -w -I. -o main.o main.c cc -c -pipe -Os -w -I. -o transform.o transform.c cc -c -pipe -Os -w -I. -o gencode.o gencode.c cc -c -pipe -Os -w -I. -o export.o export.c cc -c -pipe -Os -w -I. -o heap.o heap.c cc -c -pipe -Os -w -I. -o parser.o parser.c cc -c -pipe -Os -w -I. -o lexer.o lexer.c c++ -headerpad_max_install_names -o sip main.o transform.o gencode.o export.o heap.o parser.o lexer.o cc -c -pipe -fPIC -Os -w -I. -I/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -o siplib.o siplib.c cc -c -pipe -fPIC -Os -w -I. -I/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -o qtlib.o qtlib.c cc -c -pipe -fPIC -Os -w -I. -I/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -o threads.o threads.c cc -c -pipe -fPIC -Os -w -I. -I/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -o objmap.o objmap.c c++ -c -pipe -fPIC -Os -w -I. -I/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -o bool.o bool.cpp c++ -headerpad_max_install_names -bundle -F/Library/Frameworks -framework Python -o sip.so siplib.o qtlib.o threads.o objmap.o bool.o 6: ~/Desktop/sip-4.7.1 > su Password: Zazen:/Users/sky/Desktop/sip-4.7.1 root# make install cp -f sip /Library/Frameworks/Python.framework/Versions/2.5/bin/sip cp -f sip.so /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/sip.so cp -f sip.h /Library/Frameworks/Python.framework/Versions/2.5/include/python2.5/sip.h cp -f sipconfig.py /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/sipconfig.py cp -f sipdistutils.py /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/sipdistutils.py Zazen:/Users/sky/Desktop/sip-4.7.1 root# exit 7: ~/Desktop/sip-4.7.1 >