https://bugs.kde.org/show_bug.cgi?id=397264
--- Comment #3 from Savor d'Isavano <anohigisa...@gmail.com> --- (In reply to Alexander Semke from comment #1) > The error seems to come from PySide/QtCore.so. I cannot reproduce this > problem here on openSuse. Does this import step works for when using python2 > directly in the terminal? Hi, it works: Python 2.7.15 (default, Jun 27 2018, 13:05:28) [GCC 8.1.1 20180531] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import matplotlib.pyplot as plt >>> plt <module 'matplotlib.pyplot' from '/usr/lib/python2.7/site-packages/matplotlib/pyplot.pyc'> >>> I'm running Arch and I have PySide2-5.11.0 and python-pyside-1.2.4 installed. Also note that the Python 3 session does not crash when running the import statement, but if doing actual plotting the backend server process terminates while Cantor remains running. (I may open a separate issue for this, but IMHO this behavior is saner than crashing) -- You are receiving this mail because: You are watching all bug changes.