I installed Anaconda3 4.4.0 on my Mint 18.2 VM. As Anaconda3 doesn't include QScintilla I
installed it via "pip install qscintilla". During this process I recognized, that a new PyQt5
and sip was installed. The issue seems to be with this mixed installation. eric6 crashes
as soon as the QScintilla package is imported. Sorry, that is outside my scope.
You may consider installing eric6 in a Python virtual environment (venv, virtualenv). That
works fine over here as well.
|