enthought / enthought/traitsui
Wxpython API has changed as of version 4.0
Open
priority: low
toolkit: WxPython4
- Dominant language
- Python
- Stars
- 306
- Forks
- 99
- PR merge metrics
- No merged PRs in 30d
Description
[Migrated from enthought/traits#388, which was created by @rpep]
Causes issues such as:
```
File "/usr/local/lib/python2.7/site-packages/traitsui/wx/constants.py", line 67, in
scrollbar_dx = wx.SystemSettings_GetMetric( wx.SYS_VSCROLL_X )
AttributeError: 'module' object has no attribute 'SystemSettings_GetMetric'
```
Details of the API changes are given here:
https://wxpython.org/Phoenix/docs/html/MigrationGuide.html
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.