[PyQt] PyQT Universal Binary - MAC Intel & PPC

Adam Tenderholt atenderholt at gmail.com
Wed Jun 13 17:52:53 BST 2007


You can check which libraries are compiled as universal binaries by
using the 'file' command. My guess is that python is compiled as a
universal binary if you grabbed the 2.4.3 binary available online, but
try using: file `which python2.4`. If you compiled Qt4 using flags to
make universal binaries, I believe your sip and PyQt libraries should
also be universal. But you should probably check yourself.

Adam


More information about the PyQt mailing list