https://bugs.kde.org/show_bug.cgi?id=397264

--- Comment #4 from Alexander Semke <alexander.se...@web.de> ---
(In reply to Savor d'Isavano from comment #3)
> 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)
This difference is because the python2 interpreter is embedded into the main
process of Cantor whereas for python3 there is another external executable
embedding the interpreter. When crashing, we crash the main process with python
2 and that another executable only for python3. But the problem will be the
same for both cases. We need to understand why PySide is having problems on
Arch linux.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to