newbie class troubles

Brett Lempereur a.lempereur
Sun Sep 17 11:13:28 EDT 2000


I'm trying to write a recursive file search function based on the
os.path.walk() function, however when i come to run the search funtion
(which is contained within a class) i get this error: "TypeError: unbound
method must be called with class instance 1st argument".  Can anybody help?

thanks




More information about the Python-list mailing list