Re: [PyQt] How to install QScintilla on Snow Leopard ?

2010-07-04 Thread projetmbc
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

[PyQt] How to install QScintilla on Snow Leopard ?

2010-04-01 Thread projetmbc
Hello, I would like to build QScintilla on my Mac Book Pro Snow Leopard. What I have to do ? I'have already build pyqt for Python 3, with Python 2-6 still existing on my Mac, using the following commands :