Bug#940822: silx view crashes on invocation
PICCA Frederic-Emmanuel
frederic-emmanuel.picca at synchrotron-soleil.fr
Fri Sep 20 20:11:39 BST 2019
Ok this simple script trigger the bug.
from PyQt5.QtWidgets import QApplication, QLabel
app = QApplication([])
on KDE, but not on Gnome.
BUT this
app = QApplication(['a'])
works.
on KDE and Gnome.
More information about the debian-science-maintainers
mailing list