On Wed, 10 Oct 2007 09:36:56 +0000, pythoncurious wrote: > So how do people solve this? Is there an obvious way that I missed?
Mostly by avoiding singletons. Why do you need only one instance? Perhaps you should consider the Borg pattern instead. http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/66531 -- Steven -- http://mail.python.org/mailman/listinfo/python-list