You can't build SIP/PyQt as dynamic loadable modules linked with a
static Qt library. You either have to link SIP/PyQt with a shared Qt
library or you have to build SIP/PyQt as static libraries and link
everything into a single Python interpreter.
That indeed fixes the problem!
Thanks!
Niels
_______________________________________________ PyKDE mailing list [email protected] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
