On Sat, Jul 25, 2020 at 12:48 PM Thomas Passin <[email protected]> wrote:
> I upgraded my Ubuntu installation, and Python 3 was upgraded from 3.7 to > 3.8. After I installed it with pip3 install leo, Leo tried to start but > failed. The error message involved an xcb plugin for PyQt5. > > It seems that other people had the same problem with other apps. I found > a solution at > https://forum.qt.io/topic/93247/qt-qpa-plugin-could-not-load-the-qt-platform-plugin-xcb-in-even-though-it-was-found/3 > : > > sudo apt-get install libxcb-xinerama0 > > Somehow, this fixed or reinstalled the xcb plugin. After this, Leo loaded > normally. BTW, the PyQt5 version is 5.15.0. > Thanks for the report! Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/leo-editor/CAMF8tS2pLX80MqvEwStFjJYCvVL-D2rMn%3Ddcmgh_Bz3P2xnHag%40mail.gmail.com.
