• problem installing eric

    From Enzo Guerra@21:1/5 to All on Sat Sep 18 16:50:01 2021
    hello

    i have bullseye

    i installed eric

    i launched eric from menu, got splash screen (small image) for a second,
    but it failed

    i launched eric from terminal and got the following warnings/errors:

    Warning: translation file 'qscintilla_en_CA'could not be loaded.
    Using default.
    BackgroundService listening on: 40891
    Could not find QtWebEngineProcess
    Aborted

    i tried looking for qscintilla_en_CA (searched / for qscintilla_, few
    files showed up but no qscintilla_en_CA or qscintilla_en_US

    i found QtWebEngineProcess in /lib/x86_64-linux-gnu/qt5/libexec but not
    sure how to fix

    please advise

    --
    regards
    Enzo Guerra
    437 350-9648
    As Soon As Laws Are Neccessary For Men, They Are No Longer Fit For Freedom. Kinshiro Morooka

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Dmitry Shachnev@21:1/5 to Enzo Guerra on Sat Sep 25 20:40:02 2021
    Hi Enzo!

    On Sat, Sep 18, 2021 at 10:32:38AM -0400, Enzo Guerra wrote:
    i have bullseye

    i installed eric

    i launched eric from menu, got splash screen (small image) for a second,
    but it failed

    i launched eric from terminal and got the following warnings/errors:

    Warning: translation file 'qscintilla_en_CA'could not be loaded.
    Using default.
    BackgroundService listening on: 40891
    Could not find QtWebEngineProcess
    Aborted

    i tried looking for qscintilla_en_CA (searched / for qscintilla_, few
    files showed up but no qscintilla_en_CA or qscintilla_en_US

    i found QtWebEngineProcess in /lib/x86_64-linux-gnu/qt5/libexec but not
    sure how to fix

    Please make sure that you don’t have Qt or PyQt installations other than
    the one from Debian packages. You can check that by running python3 command
    and typing this:

    import PyQt5
    print(PyQt5.__path__)

    If the output is different from ['/usr/lib/python3/dist-packages/PyQt5'],
    then you have an installation that is conflicting with distro packages and removing it will most likely resolve the problem.

    Also you can try to look where PyQt expects the executables to be:

    from PyQt5.QtCore import QLibraryInfo
    QLibraryInfo.location(QLibraryInfo.LibraryExecutablesPath)

    In any case, this command should also help:

    export QTWEBENGINEPROCESS_PATH=/usr/lib/x86_64-linux-gnu/qt5/libexec

    --
    Dmitry Shachnev

    -----BEGIN PGP SIGNATURE-----

    iQIzBAABCgAdFiEE5688gqe4PSusUZcLZkYmW1hrg8sFAmFPaxkACgkQZkYmW1hr g8t/8BAAkKIvHJi7j0NXU6b+J0eW6zfTnOz1+0QQP+QXFs2xNrRbgbUdN479t4s5 dMLUYekdRhoIfbmJXxLqYqBVh1TIAKL7vVKOrL8PFASYkhHZWTILcAFoK1JfWCss VM+PhgSpL587HEZJ/nvYtdd8+fYPEqN1C/NfVyjQUMoet8RhXu1ptUnGtml5cLhg ZNvVXQHGduOPm7tDyRgfNoTBdtU2uFo7aFkst2WOsjxDMQfSL3QRiEZO4j9UUvs3 9vnTj4WD9H3xOfz1FahntsQaEqAbpgfqJSPi2Pd5sOgjyqig89AFkoDlMmxWn960 R/sdzpPIgYZfeu4FLvUGs9JilA6ngF8HaRKO2CCCqXKVVcIsVW2IVFUZv5B9oMW2 TZwjHOY1KEigVbNYTp8M3qjFDCXlvmKyPx1YyLtRtQ6P7YWJmj8P6hRgPX6PmuEL vzkNlRFkrAt652F9bhEHinNMdIcapSJwmioAPTbS2yCZTEaJBvbpgjHIbLIIpvKF 8D2QAOZ9Hs1oYmvTsqD4aHb8zXzVpTWPfnhE3uELgO/YSoQy8epJL+SGnZNSBQyf IUxBftEcsikcTq3SzPgyCHvzB1T+eN3M0DLbF5BDw3iMxFqISFuiyrrTsFWb2ojf B13ZaVVAcSgpfMD52R2DMzWwqYm68xslYx6Tu90A+xvYQdYSEsM=
    =9+Yv
    -----END PGP SIGNATURE-----

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)