Ulrich Berning <[EMAIL PROTECTED]> wrote: >> What I think about doing is: >> - Compile the pyQT modules statically into python > > Why do you want to do that? By protecting PyQt from beeing used by a > generic interpreter, there is no need to build PyQt statically linked > into Python.
One advantage is final size of the program. Under Windows, qt-mt335.dll has almost 500Kb of export section. By compiling it within the python24.dll, you save all that space. I tried also to compile a self-contained qt.pyd containing the Qt code, but that wouldn't work because of weird ABI issues. -- Giovanni Bajo _______________________________________________ PyKDE mailing list PyKDE@mats.imk.fraunhofer.de http://mats.imk.fraunhofer.de/mailman/listinfo/pykde