[cantor] [Bug 409288] Mayavi's plots don't show up/work in Cantor

2019-07-01 Thread vialav
https://bugs.kde.org/show_bug.cgi?id=409288 vialav changed: What|Removed |Added Status|CONFIRMED |RESOLVED Resolution|---

[cantor] [Bug 409288] Mayavi's plots don't show up/work in Cantor

2019-07-01 Thread Nikita Sirgienko
https://bugs.kde.org/show_bug.cgi?id=409288 --- Comment #12 from Nikita Sirgienko --- Feel free to close as "Resolved", if it will works for you -- You are receiving this mail because: You are watching all bug changes.

[cantor] [Bug 409288] Mayavi's plots don't show up/work in Cantor

2019-07-01 Thread Nikita Sirgienko
https://bugs.kde.org/show_bug.cgi?id=409288 --- Comment #11 from Nikita Sirgienko --- Created attachment 121258 --> https://bugs.kde.org/attachment.cgi?id=121258&action=edit Success mayavi plot example -- You are receiving this mail because: You are watching all bug changes.

[cantor] [Bug 409288] Mayavi's plots don't show up/work in Cantor

2019-07-01 Thread Nikita Sirgienko
https://bugs.kde.org/show_bug.cgi?id=409288 --- Comment #10 from Nikita Sirgienko --- Just disable image integration for python backend, and all will be works fine with wx. Honestly speaking, image support in Python backend works not so good, and in this case, we have false positive running of im

[cantor] [Bug 409288] Mayavi's plots don't show up/work in Cantor

2019-07-01 Thread vialav
https://bugs.kde.org/show_bug.cgi?id=409288 --- Comment #9 from vialav --- with my pre-last edit suggestion I've almost got the `wx` backend working in cantor, running it additionally and "over-ensurely" through `ETS_TOOLKIT=wx cantor` It has produced the non-interactive picture inside Cantor as

[cantor] [Bug 409288] Mayavi's plots don't show up/work in Cantor

2019-07-01 Thread vialav
https://bugs.kde.org/show_bug.cgi?id=409288 --- Comment #8 from vialav --- `wx` works under IDLE (not under Cantor though) -- You are receiving this mail because: You are watching all bug changes.

[cantor] [Bug 409288] Mayavi's plots don't show up/work in Cantor

2019-07-01 Thread vialav
https://bugs.kde.org/show_bug.cgi?id=409288 --- Comment #7 from vialav --- - for `wx` to work in Python 3 you have to install https://packages.ubuntu.com/src:wxpython4.0 python3-package (not tested with Mayavi 4.6.2, tested with 4.7.0) -- You are receiving this mail because: You are watching al

[cantor] [Bug 409288] Mayavi's plots don't show up/work in Cantor

2019-07-01 Thread vialav
https://bugs.kde.org/show_bug.cgi?id=409288 --- Comment #6 from vialav --- yeah, I vaguely remember smth like that On a slightly unrelated note: In addition to modifying pyface/qt/__init__.py it make sense also modify pyface/base_toolkit.py, adding `'qt': -3,` in TOOLKIT_PRIORITIES to ease Qt5

[cantor] [Bug 409288] Mayavi's plots don't show up/work in Cantor

2019-07-01 Thread Nikita Sirgienko
https://bugs.kde.org/show_bug.cgi?id=409288 --- Comment #5 from Nikita Sirgienko --- Just a note, Python 3.6.8 + VTK 8.1.2 + Mayavi 4.6.2 and wx don't work, failed "RuntimeError: No pyface.toolkits plugin could be loaded for wx". -- You are receiving this mail because: You are watching all bug

[cantor] [Bug 409288] Mayavi's plots don't show up/work in Cantor

2019-07-01 Thread vialav
https://bugs.kde.org/show_bug.cgi?id=409288 --- Comment #4 from vialav --- ```python from traits.etsconfig.api import ETSConfig ETSConfig.toolkit = 'wx' ``` #https://stackoverflow.com/questions/52930781/qt-api-environment-variable ```python import os os.environ["QT_API"] = "pyqt5" ``` To manipula

[cantor] [Bug 409288] Mayavi's plots don't show up/work in Cantor

2019-07-01 Thread vialav
https://bugs.kde.org/show_bug.cgi?id=409288 --- Comment #3 from vialav --- (BTW, you need vtk-$version.egg-info directory (create it manualy if it doesn't exist in your distribution) for trying M. with any VTK 6/7/8, it seems to be a bug, as it couldn't find it. Mayavi no longer needs a vtk63.pat

[cantor] [Bug 409288] Mayavi's plots don't show up/work in Cantor

2019-07-01 Thread vialav
https://bugs.kde.org/show_bug.cgi?id=409288 --- Comment #2 from vialav --- > mayavi works only with `qt5`, and crash, if I try to use `qt4` or `wx` Qt4: yes, the above happens because your and my tools **are Qt5-compiled** what clashes with Qt4 implementation (either of them, but not both). You

[cantor] [Bug 409288] Mayavi's plots don't show up/work in Cantor

2019-06-30 Thread Nikita Sirgienko
https://bugs.kde.org/show_bug.cgi?id=409288 Nikita Sirgienko changed: What|Removed |Added CC||warqu...@gmail.com Component|genera