There is another problem.<br><br>&gt;&gt;&gt; Get QScintilla from the PyQt4 web site, compile and install it and compile and <br>&gt;&gt;&gt; install the Python wrapper. Detailed instructions are in the package.<br><br>I've installed all of that using the two following sequences of commands in a terminal.<br><br><font color="#cc0000">========= 1ST STEP =========<br> &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; cd path_dir_Qt4_in_unzipped_Qscintilla_source<br> &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; qmake qscintilla.pro -spec macx-g++<br> &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; make<br> &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; sudo make install<br><br>========= 2ND STEP =========<br> &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; cd path_dir_Python_in_unzipped_Qscintilla_source<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; python3 configure.py<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; make<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; sudo make install<br><br>===========================</font>   <br><br>Then I've done <font color="#cc0000">"sudo python3 /Users/cbal/Downloads/eric5-5.0.0/install.py"</font> but there is the followinf message :<br><br><font color="#cc0000">========= ERROR =========<br>  </font><font color="#cc0000">&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; ...</font><font color="#cc0000"><br></font><font color="#cc0000">&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; </font><font color="#cc0000">All dependencies ok.<br><br></font><font color="#cc0000">&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; </font><font color="#cc0000">Compiling user interface files...<br><br></font><font color="#cc0000">&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; </font><font color="#cc0000">Compiling source files...<br></font><font color="#cc0000">&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; </font><font color="#cc0000">Can't list eric<br><br></font><font color="#cc0000">&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; </font><font color="#cc0000">Installing eric5 ...<br></font><font color="#cc0000">&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; </font><font color="#cc0000">IOError: [Errno 2] No such file or directory: 'eric/LICENSE.GPL3'<br></font><font color="#cc0000">&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; </font><font color="#cc0000">Try install as root.<br><br> </font><font color="#cc0000">===========================</font>   <br> <br>I'm the only user in my Mac so I do not really understand the message.<br><br>Regards,<br>Christophe<br><br><br><br>