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

--- Comment #9 from vialav <d...@bk.ru> ---
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 in the demo with a
bunch of warnings in the log, and a non-working _separate_ VTK/Mayavi window.

I prepended the demo code more additionally and "over-ensurely" with:
``` python
import os
os.environ["QT_API"] = "pyqt5"

from traits.etsconfig.api import ETSConfig
ETSConfig.toolkit = 'wx'
```

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

Reply via email to