Operating system: Windows 7 64-bit (also on MacOS Sierra) wxPython version & source: 4.1.0a1.dev4130+927b6d94 from snapshot build Python version & source: Python 2.7.13 (v2.7.13:a06454b1afa1, Dec 17 2016, 20:53:40) [MSC v.1500 64 bit (AMD64)] on win32
Description of the problem:
sized_controls.SizedDialog seems to be broken in latest builds:
Traceback (most recent call last):
File "scdialog-broken-41.py", line 19, in <module>
dlg = sc.SizedDialog(parent=frame, title="test dialog")
File "u:/usr/extras/wx-4.1.0a1-win\wx\lib\sized_controls.py", line 600, in __init__
self.SetExtraStyle(wx.WS_EX_VALIDATE_RECURSIVELY)
AttributeError: 'module' object has no attribute 'WS_EX_VALIDATE_RECURSIVELY'
The text was updated successfully, but these errors were encountered:
Operating system: Windows 7 64-bit (also on MacOS Sierra)
wxPython version & source: 4.1.0a1.dev4130+927b6d94 from snapshot build
Python version & source: Python 2.7.13 (v2.7.13:a06454b1afa1, Dec 17 2016, 20:53:40) [MSC v.1500 64 bit (AMD64)] on win32
Description of the problem:
sized_controls.SizedDialog
seems to be broken in latest builds:Returns this error:
The text was updated successfully, but these errors were encountered: