[wxpython-users] bogus timer id in wxTimerProc
Mark Guagenti
mgenti at gentiweb.com
Fri Sep 5 13:30:43 PDT 2008
I'm curious about what the following error means:
PyAssertionError: C++ assertion "node != TimerMap().end()" failed at
..\..\src\msw\timer.cpp(158) in wxTimerProc(): bogus timer id in
wxTimerProc
>From the little I could learn about this error from searching around
it seems like this might happen if a timer is started from a different
thread.
I'm seeing in this on Windows XP with wxPython 2.8.7.1
Anyone else have any light they could shed on what would generate this
assertion?
Thanks,
--Mark
More information about the wxpython-users
mailing list