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