I've tried this:
import MyPackage
if MyPackage.aVariable is None:
MyPackage.aVariable = Truebut when I tried to access MyPackage.aVariable from another file (ie through an other import) the value is still None. how can I do this thanks yomgui -- http://mail.python.org/mailman/listinfo/python-list
