QsciScintilla is no longer under PyQt.Qsci. Now QScintilla is a package on its own.
It appears in the following kind of code:
from PyQt5.Qsci import QsciScintilla
And in the following files
visualea/src/openalea/visualea/scintilla_editor.py
visualea/src/openalea/visualea/code_editor.py
oalab/src/openalea/oalab/shell/scishell.py
QsciScintilla is no longer under PyQt.Qsci. Now QScintilla is a package on its own.
It appears in the following kind of code:
from PyQt5.Qsci import QsciScintillaAnd in the following files