<div style="text-align:center"><br></div><br>On Fri, Feb 24, 2012 at 8:08 PM, Steven D'Aprano <<a href="mailto:steve@pearwood.info">steve@pearwood.info</a>> wrote:<br>><br>> Are you aware that the database connection gets made, but not stored<br>
> anywhere? Once the Manager instance is created, the database connection is<br>> thrown away.<br>><br>> My guess is that you mean to use self.conn instead of conn in the above.<br><br><snip><br><br>Hi Steven,<br>
<br>Thanks for all the fantastic feedback! I'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't really in my head when I wrote this code, unfortunately. Thanks for the helpful hints. Duly noted and implemented :-)<br>
<br>Anthony<br>