Thanks, that was a big help.  It worked fine once I  removed
> os.chdir("C:\\Python23\\programs\\Magazine\\SamplesE")

and changed "for file, st in DirectoryWalker("."):"
to 
"for file in DirectoryWalker("."):" (removing the "st")

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to