Comment 24 for bug 342782

Revision history for this message
tranchais (pmathe) wrote :

An other quick way and dirty way to have PyQwt5 installed and working under Karmic is as follow:

1. install the karmic python-qwt5-qt4 broken package

2. download and unpack PyQwt-5.2.0.tar.gz

3. do (require g++ and sip4 to be installed) :
cd PyQwt-5.2.0
cd configure
python configure.py -Q ../qwt-5.2
make

4. don't do 'make install', instead copy :
    /PyQwt-5.2.0/configure/iqt5qt4/_iqt.so to /usr/lib/pyshared/python2.6/PyQt4/Qwt5
    /PyQwt-5.2.0/configure/qwt5qt4/Qwt.so to /usr/lib/pyshared/python2.6/PyQt4/Qwt5

That's it.