Re: [wxPython] wxPython embedded in wxWindows...
by Robin Dunn other posts by this author
Apr 30 2002 3:28AM messages near this date
RE: [wxPython] wxPython embedded in wxWindows...
|
Re: [wxPython] wxToolBar and wxBitmaps
> OK. I have discovered where my code is "blocking" but am not certain how
to
> fix it. Below is the stacktrace after I 'force' the debugger to break:
>
> PyThread_acquire_lock(void * 0x009acff8, int 1) line 295 + 29 bytes
> PyEval_RestoreThread(_ts * 0x0094d8d8) line 342 + 14 bytes
> wxPyBeginBlockThreads() line 537 + 10 bytes
> wxPyClientData::~wxPyClientData() line 379
> wxPyClientData::`scalar deleting destructor'(unsigned int 1) + 15 bytes
> wxEvtHandler::~wxEvtHandler() line 610 + 33 bytes
> wxWindowBase::~wxWindowBase() line 274 + 111 bytes
> wxWindow::~wxWindow() line 361 + 8 bytes
...
> Does this help the wxPythonEmbedded cause any? It seems to be my only
> stumbling block...
Yes, it lets me know where to focus my efforts. I'll try to get to it
tonight and see what I can come up with.
--
Robin Dunn
Software Craftsman
robin@[...].com Java give you jitters?
http://wxPython.org Relax with wxPython!
_______________________________________________
wxpython-users mailing list
wxpython-users@[...].org
http://lists.wxwindows.org/mailman/listinfo/wxpython-users
Thread:
Wyant, Jaime
Robin Dunn
|