In <[EMAIL PROTECTED]>, Frans Englich wrote: > Then I have some vague, general questions which perhaps someone can reason > from: what is then the preferred methods for solving problems which requires > Singletons?
As already mentioned it's similar to a global variable. If I need a "Singleton" I just put it as global into a module. Either initialize it at module level or define a function with the content of your __init__(). Ciao, Marc 'BlackJack' Rintsch -- http://mail.python.org/mailman/listinfo/python-list