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
_______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
