On Nov 28, 12:32 am, "Chris Rebert" <[EMAIL PROTECTED]> wrote:
> The Python position on singletons is generally to just use a module
> instead (preferred), or apply the Borg 
> pattern:http://code.activestate.com/recipes/66531/

The same problem appears if I use the module (as I pointed in the
first message of this thread). Also it will appear if I use the Borg
pattern because the class is created twice. :(
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to