Re: os.walk trouble

2006-06-01 Thread The Prophet
Kent Johnson wrote: > The Prophet wrote: > > As my first Python script, I am trying to make a program that recurses > > a directory searching for files whose names match a pattern. > > If your patterns are simple (supported by fnmatch), the path module > makes this very e

os.walk trouble

2006-06-01 Thread The Prophet
As my first Python script, I am trying to make a program that recurses a directory searching for files whose names match a pattern. I have a basic idea of what the regexp would look like (and I can get more information about that), but I am stuck with incorrect understanding of os.walk. I've tried:

Re: Data Transmission Crash Course Required

2005-11-16 Thread The Prophet
Thank you both for the suggestions. I will look into both of them, as I am eager to learn new things about Python. -- http://mail.python.org/mailman/listinfo/python-list