> [...] and I also said: > mt.__declared = { error } > so that "error" is considered declared, but that didn't help either. Shouldn't it be this? mt.__declared = { error = true } (Not that I think this will solve the problem...) -- Roberto