On Mon, Sep 27, 2004 at 07:53:13AM -0400, Tom Ellingboe wrote: > return new.code(argcount, nlocals, self.stacksize, self.flags, > AttributeError: 'module' object has no attribute 'code' Do you have a new.py lying around? The 'new' module should come with Python, but perhaps you've accidentally overridden it. --amk