On Fri, Feb 24, 2012 at 8:08 PM, Steven D'Aprano <st...@pearwood.info>
wrote:
>
> Are you aware that the database connection gets made, but not stored
> anywhere? Once the Manager instance is created, the database connection is
> thrown away.
>
> My guess is that you mean to use self.conn instead of conn in the above.

<snip>

Hi Steven,

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 :-)

Anthony
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to