[PyKDE] Re: pyqt installation can't find sip

Imran Akbar imranakbar at gmail.com
Thu Jul 20 15:15:26 BST 2006


So after running those three commands i get:
>>> import sipconfig
>>> sipcfg = sipconfig.Configuration()
>>> sipcfg.sip_version_str
'4.3.1'
>>> sipcfg.sip_version_str[:8]
'4.3.1'

the output from the sip install is:
[root at 1cc-dhcp-132 sip-4.4.5]# python configure.py
This is SIP 4.4.5 for Python 2.4.2 on linux2.
The SIP code generator will be installed in /usr/bin.
The SIP module will be installed in /usr/lib/python2.4/site-packages.
The SIP header file will be installed in /usr/include/python2.4.
The default directory to install .sip files in is /usr/share/sip.
The platform/compiler configuration is linux-g++.
Creating sipconfig.py...
Creating top level Makefile...
Creating sip code generator Makefile...
Creating sip module Makefile...
[root at 1cc-dhcp-132 sip-4.4.5]# make
make[1]: Entering directory `/home/imr/Desktop/sip-4.4.5/sipgen'
make[1]: `sip' is up to date.
make[1]: Leaving directory `/home/imr/Desktop/sip-4.4.5/sipgen'
make[1]: Entering directory `/home/imr/Desktop/sip-4.4.5/siplib'
make[1]: `sip.so' is up to date.
make[1]: Leaving directory `/home/imr/Desktop/sip-4.4.5/siplib'
[root at 1cc-dhcp-132 sip-4.4.5]# make install
make[1]: Entering directory `/home/imr/Desktop/sip-4.4.5/sipgen'
cp -f sip /usr/bin/sip
make[1]: Leaving directory `/home/imr/Desktop/sip-4.4.5/sipgen'
make[1]: Entering directory `/home/imr/Desktop/sip-4.4.5/siplib'
cp -f sip.so /usr/lib/python2.4/site-packages/sip.so
strip /usr/lib/python2.4/site-packages/sip.so
cp -f sip.h /usr/include/python2.4/sip.h
make[1]: Leaving directory `/home/imr/Desktop/sip-4.4.5/siplib'
cp -f sipconfig.py /usr/lib/python2.4/site-packages/sipconfig.py
cp -f sipdistutils.py /usr/lib/python2.4/site-packages/sipdistutils.py

Thoughts?
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20060720/2c9c01ae/attachment.html


More information about the PyQt mailing list