[PyQt] How to install QScintilla on Snow Leopard ?
projetmbc at club-internet.fr
projetmbc at club-internet.fr
Sun Jul 4 15:37:26 BST 2010
Hello.
The official doc. gives the following instructions to install
QScintilla. This works well with PyQt4 installed for Python 3.
========= 1ST STEP =========
cd path_dir_Qt4_in_unzipped_Qscintilla_source
qmake qscintilla.pro -spec macx-g++
make
sudo make install
========= 2ND STEP =========
cd path_dir_Python_in_unzipped_Qscintilla_source
python3 configure.py
make
sudo make install
===========================
I hope that this could help noobs like me who will have the same wish of using QScintilla and PyQt with Python 3.
Christophe
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20100704/de0d4437/attachment.html>
More information about the PyQt
mailing list