how to install pyqt, sip in lion python 2.7.2

python 2.7.2  - mach x86_64

  1. install qt-mac-opensource-4.7.4.dmg
  2. build sip 4.13.2
    • python configure.py --arch x86_64
    • make & make install
  3. build PyQt4 4.9.1
    • python confiture.py --use-arch=x86_64 --no-designer-plugin
    • make & make install
     

댓글