I get the following error in my app:
The origin of the error is obvious enough but I can't think of any reason I'm not allowed to start timers from threads other than main if I so wish. Is there any going around this limitation?
TIA,
Greg
Code:
wx._core.PyAssertionError: C++ assertion "wxThread::IsMain()" failed at ..\..\sr c\common\timercmn.cpp(66) in wxTimerBase::Start(): timer can only be started fro m the main thread
TIA,
Greg
Comment