[wxPython] Memory leak in grid demo...

From: Robin Dunn [mailto:robin@alldunn.com]

And when I run it I get the following message:

F:\wx>python grid.py
5:12:33 PM: There were memory leaks.
5:12:33 PM: ----- Memory dump -----
5:12:33 PM: wxEvtHandler at $12E9BA0, size 48

This is known and is internal to either the wxGrid itself or
the python wrappers. (I havn't isolated it yet.) You can
safely ignore it unless your program creates an endless
number of grids :wink:

Thanks a bunch! Is there a FAQ page I should have looked for this at?

-- bjorn