[PyQt] OSX 10.6 compilation

projetmbc at club-internet.fr projetmbc at club-internet.fr
Fri Jun 25 11:30:22 BST 2010


Hello,
Daniele Esposti, do you know how to compile Scintilla and QScintilla for a Mac ?

>>> I wrote some instructions to compile SIP and PyQt4 under Mac OS X Snow
>>> Leopard,  here the link
>>> http://www.expobrain.net/2010/06/22/install-pyqt4-in-snow-leopard  .
That's a good thing.
You could add the following instructions for people who wants to work with Python 3. This comands wer given to me in this list.

SIP
        python3.1 configure.py -d /Library/Python/3.1/site-packages -b /usr/local/bin -e /usr/local/include -v /usr/local/share/sip --arch=i386
        make
        sudo make install

PyQt
        python3.1 configure.py -d /Library/Python/3.1/site-packages -b /usr/local/bin --use-arch i386
        make -j 2
        sudo make install
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20100625/79f07e65/attachment-0001.html>


More information about the PyQt mailing list