Hello,<br>Daniele Esposti, do you know how to compile Scintilla and QScintilla for a Mac ?<br><br>&gt;&gt;&gt; I wrote some instructions to compile SIP and PyQt4 under Mac OS X Snow<br>&gt;&gt;&gt; Leopard,  here the link<br>&gt;&gt;&gt; http://www.expobrain.net/2010/06/22/install-pyqt4-in-snow-leopard  .<br>That's a good thing.<br>You could add the following instructions for people who wants to work with Python 3. This comands wer given to me in this list.<br><br>SIP<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 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<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; make<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; sudo make install<br><br>PyQt<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; python3.1 configure.py -d /Library/Python/3.1/site-packages -b /usr/local/bin --use-arch i386<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; make -j 2<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; sudo make install<daithiquinn@gmail.com><br> </daithiquinn@gmail.com>