On Saturday 26 June 2004 15:49, Joshua wrote: > TypeError: update() takes exactly 2 arguments (3 given) > win2.update(self, command) win2.update (command) 'win2' effectively takes care of the 'self' argument. Jim