<div style="text-align:center"><br></div><br>On Fri, Feb 24, 2012 at 8:08 PM, Steven D&#39;Aprano &lt;<a href="mailto:steve@pearwood.info">steve@pearwood.info</a>&gt; wrote:<br>&gt;<br>&gt; Are you aware that the database connection gets made, but not stored<br>

&gt; anywhere? Once the Manager instance is created, the database connection is<br>&gt; thrown away.<br>&gt;<br>&gt; My guess is that you mean to use self.conn instead of conn in the above.<br><br>&lt;snip&gt;<br><br>Hi Steven,<br>

<br>Thanks for all the fantastic feedback! I&#39;m fairly new to Python and still trying to wrap my head around some of the basic concepts as well as learn pyGtk at the same time. While I should have known about the problems you mentioned, I completely spaced them out and good design wasn&#39;t really in my head when I wrote this code, unfortunately.  Thanks for the helpful hints. Duly noted and implemented :-)<br>

<br>Anthony<br>