wxPython and reference counts

<code snipped>

You can use the get_referrers function in the gc module to find out
who is holding a reference to an object.

···

On 5/23/07, Dave <davidn22@hotmail.com> wrote:

Hi,

I have been attempting to solve a problem with the reference counts
of a COM object, preventing it from being freed. After more than a
year I've discovered it only occurs when in the wxPython MainLoop().
I have included two files: main.py and itunes.py.