Python 3.4.3 (v3.4.3:9b73f1c3e601, Feb 24 2015, 22:43:06) [MSC v.1600 32 bit (Intel)] on win32
wxPython 3.0.3.dev1830+0b5f910 msw (phoenix)
When using DataViewTreeCtrl where an item has data associated with it, the app crashes on exit or when trying to get the item data.
I’ve added a small test app. When uncommenting the line with SetItemData(), the app won’t crash.
DVTreeCtrl-GetItemData.py (838 Bytes)
Same result on OSX 10.11, python 2.7.10, wxWidgets built off the latest master branch (not the default WX_3_0_BRANCH) and same for Phoenix. Just to clarify, mine only crashes when the SetItemData() line is uncommented. (Original report says uncommenting the line causes the app not to crash)
···
On Saturday, October 10, 2015 at 8:57:29 AM UTC-7, Torsten wrote:
Python 3.4.3 (v3.4.3:9b73f1c3e601, Feb 24 2015, 22:43:06) [MSC v.1600 32 bit (Intel)] on win32
wxPython 3.0.3.dev1830+0b5f910 msw (phoenix)
When using DataViewTreeCtrl where an item has data associated with it, the app crashes on exit or when trying to get the item data.
I’ve added a small test app. When uncommenting the line with SetItemData(), the app won’t crash.
Uups, seems i was not reading what i’ve written. Correct is: When commenting out the line with SetItemData, the app won’t crash.
···
Am Mittwoch, 21. Oktober 2015 22:19:23 UTC+2 schrieb Zac Stringham:
Same result on OSX 10.11, python 2.7.10, wxWidgets built off the latest master branch (not the default WX_3_0_BRANCH) and same for Phoenix. Just to clarify, mine only crashes when the SetItemData() line is uncommented. (Original report says uncommenting the line causes the app not to crash)