We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
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
The text was updated successfully, but these errors were encountered:
pradal
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: