> I want to deploy my pyqt4 app on all ppc and i386 macs. I was just going > to > use BuildApplet that comes with OS to put together the app bundle, but I > need all of the shared libraries to be universal binaries. I built qt as a > universal binary, but I don't see a flag for building the sip and pyqt > modules as universal bins. What obstacles will I run into here? Is this > even > possible using the MacPython-2.3 that comes with OS X 10.4 (seems like it > would be)?
The build system doesn't currently support the creation of universal binaries. There was a recent message on the list from somebody who has done it though. Phil _______________________________________________ PyKDE mailing list [email protected] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
