Regex Python Help

Skip Montanaro skip.montanaro at gmail.com
Tue Mar 24 15:35:15 EDT 2015


On Tue, Mar 24, 2015 at 2:22 PM, Gregg Dotoli <gdotoli at gmail.com> wrote:

> The print error is gone, but now the script quickly finishes and doesnt
> walk
> the OS tree or search.
>

You need to walk the directory tree recursively. Take a look at os.walk().

Skip
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20150324/9473d687/attachment.html>


More information about the Python-list mailing list