enthought / enthought/qt_binder
Incompatibility with traitsui 8.0.0 qt/qt4
Open
- Dominant language
- Python
- Stars
- 20
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
In `bound_editor.py`, replace
```
from traitsui.qt4.editor import Editor
```
by
```
from traitsui.qt.editor import Editor
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.