Steve Drees wrote: > > Error Type: TypeError > Error Value: no arguments expected That means one of your python scripts is getting parameters when it wasn't expecting any. try adding stuff in the 'Parameters List' box until it goes away and then find out what's in those parameters :-) cheers, Chris