No, I don't know hot to compile them but I'll take a look. I'll also add the instructions to compile SIP and PyQt4 for Python3.x. Thank you for the hint
On 25 June 2010 11:30, <[email protected]> wrote: > 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 > -- Daniele Esposti _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
