Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MAINT:add comment to explain the example as wx only (#2020)
The traitsui/examples/tutorials/traitsui_4.0/editors/animated_gif.py will generate a RuntimeError: Importing from wx backend after selecting qt backend!. The cause of this error comes from assert_toolkit_import(["wx"]) in traitsui/traitsui/toolkit.py. Althought removing this line can suppress this problem, this demo is supposed to be wx only, thus I push this PR to add the message. closes #2016 **Checklist** - [x] Add a news fragment if this PR is news-worthy for end users. (see docs/releases/README.rst) (Not really, just a reminder of backend usage) Co-authored-by: Chengyu Liu <[email protected]>
- Loading branch information