I've just upgraded to SIP 4.8.2 and PyQt 4.5.2

However, now I get:

from PyQt4 import QtCore
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: dynamic module does not define init function (initQtCore)

Any ideas?

I don't have any special C(XX)FLAGS, just "-02 -march=x86-64"

# Build script for sip
name=sip
version=4.8.2
release=1
source=(http://www.riverbankcomputing.co.uk/static/Downloads/${name}4/$name-$version.tar.gz)
build() {
        cd $name-$version
        python configure.py
        make
        make DESTDIR=$PKG install
}

# Build script for pyqt
name=pyqt
version=4.5.4
release=1
source=(http://www.riverbankcomputing.co.uk/static/Downloads/PyQt4/PyQt-x11-
gpl-$version.tar.gz)
build() {
    cd PyQt-x11-gpl-$version
    python configure.py --confirm-license
    make
    make DESTDIR=$PKG install
}

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to