Hi, I'm writing a python Extension, which searches in any folder recursively. This means the code: def foo(self,counter=None): some code if bar == somewhat: foo(counter=some_int) When i run this through zope a error occours. Zope says expected 1 argument got 0. My question is what argument is missing. mfg as