Python qt.qpa.plugin: Could not find ... "xcb"

I found a solution in another thread.. The solution is to add the following line to the definition of my development environment:

QT_QPA_PLATFORM_PLUGIN_PATH=“${qt5.qtbase.bin}/lib/qt-${qt5.qtbase.version}/plugins”;

6 Likes