So after running those three commands i get:<br>&gt;&gt;&gt; import sipconfig<br>&gt;&gt;&gt; sipcfg = sipconfig.Configuration()<br>&gt;&gt;&gt; sipcfg.sip_version_str<br>'4.3.1'<br>&gt;&gt;&gt; sipcfg.sip_version_str[:8]<br>
'4.3.1'<br><br>the output from the sip install is:<br>[root@1cc-dhcp-132 sip-4.4.5]# python configure.py<br>This is SIP 4.4.5 for Python 2.4.2 on linux2.<br>The SIP code generator will be installed in /usr/bin.<br>The SIP module will be installed in /usr/lib/python2.4/site-packages.
<br>The SIP header file will be installed in /usr/include/python2.4.<br>The default directory to install .sip files in is /usr/share/sip.<br>The platform/compiler configuration is linux-g++.<br>Creating sipconfig.py...<br>
Creating top level Makefile...<br>Creating sip code generator Makefile...<br>Creating sip module Makefile...<br>[root@1cc-dhcp-132 sip-4.4.5]# make<br>make[1]: Entering directory `/home/imr/Desktop/sip-4.4.5/sipgen'<br>make[1]: `sip' is up to date.
<br>make[1]: Leaving directory `/home/imr/Desktop/sip-4.4.5/sipgen'<br>make[1]: Entering directory `/home/imr/Desktop/sip-4.4.5/siplib'<br>make[1]: `sip.so' is up to date.<br>make[1]: Leaving directory `/home/imr/Desktop/sip-
4.4.5/siplib'<br>[root@1cc-dhcp-132 sip-4.4.5]# make install<br>make[1]: Entering directory `/home/imr/Desktop/sip-4.4.5/sipgen'<br>cp -f sip /usr/bin/sip<br>make[1]: Leaving directory `/home/imr/Desktop/sip-4.4.5/sipgen'
<br>make[1]: Entering directory `/home/imr/Desktop/sip-4.4.5/siplib'<br>cp -f sip.so /usr/lib/python2.4/site-packages/sip.so<br>strip /usr/lib/python2.4/site-packages/sip.so<br>cp -f sip.h /usr/include/python2.4/sip.h<br>
make[1]: Leaving directory `/home/imr/Desktop/sip-4.4.5/siplib'<br>cp -f sipconfig.py /usr/lib/python2.4/site-packages/sipconfig.py<br>cp -f sipdistutils.py /usr/lib/python2.4/site-packages/sipdistutils.py<br><br>Thoughts?
<br>Thanks<br>