On 25/03/14 01:25, j verzani wrote:
> I don't really know. This of course is an issue, as it likely won't get
> garbage collected once removed. I thought setting the parent to
> `nothing` would work, but it doesn't. If you find something that does
> work please let me know.
thanks, setting the parent to `nothing' (as opposed to `None`) does seem
to work in the sense that I don't get an error message, and the GUI
seems to be behaving properly (no floating widgets or other issues so
far), although I don't know what's happening under the hood.
Sam