Jean-Paul Calderone wrote: > import myproject > counter = myproject.globals.get(Counter, None) > if counter is None: > counter = myproject.globals[Counter] = Counter() > > Hope this helps, Very much so! Thanks. -Charlie