Robin Dunn wrote:
Tomo Vuckovic wrote:
Python 2.5.1.3 core dump on TablePrint Preview 
python TablePrint.py
wx.VERSION_STRING = 2.5.1.3-atom1u
pid: 24559
10:25:31 AM: Debug: ../src/common/choiccmn.cpp(54): assert "wxAssertFailure" failed: invalid string in wxChoice::SetStringSelection
Trace/breakpoint trap (core dumped)
Which of the TablePrint samples show this? When does it happen?
All TablePrint samples in demo dir show this error.
Same error in wxPython 2.5.1.4
python TablePrint.py
wx.VERSION_STRING = 2.5.1.4u
pid: 30616
10:39:33 AM: Debug: ../src/common/choiccmn.cpp(54): assert "wxAssertFailure" failed: invalid string in wxChoice::SetStringSelection
Trace/breakpoint trap (core dumped)
Robin
2
Tomo Vuckovic wrote:
Robin Dunn wrote:
Tomo Vuckovic wrote:
Python 2.5.1.3 core dump on TablePrint Preview 
python TablePrint.py
wx.VERSION_STRING = 2.5.1.3-atom1u
pid: 24559
10:25:31 AM: Debug: ../src/common/choiccmn.cpp(54): assert "wxAssertFailure" failed: invalid string in wxChoice::SetStringSelection
Trace/breakpoint trap (core dumped)
Which of the TablePrint samples show this? When does it happen?
All TablePrint samples in demo dir show this error.
Same error in wxPython 2.5.1.4
python TablePrint.py
wx.VERSION_STRING = 2.5.1.4u
pid: 30616
10:39:33 AM: Debug: ../src/common/choiccmn.cpp(54): assert "wxAssertFailure" failed: invalid string in wxChoice::SetStringSelection
Trace/breakpoint trap (core dumped)
It works here. Please tell me more about your system. Also can you load up the core file in gdb and do a backtrace?
···
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!