Andreas Tille writes: > def MakeThumbHi2(self, image="bland.gif", width, height): > ^^^^ This is invalid Python. You must not have arguments without default after one with a default value. Dieter