Janesh Ramakrishnan wrote:
> Hi Folks,
>
> I was wondering what would be the best way to look up a string across
>
different files in the Python interpreter (PythonWin 2.4). The find
function only finds files within currently open files. If I have a
folder of .py scripts and need to look up a spe
\nFinding " + TargetString + "\n---\n"
os.path.walk(".", Find, TargetString)
==
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Janesh Ramakrishnan
Sent: Thursday, March 30, 2006 5
Hi Folks,
I was wondering what would be the best way to look up a string across different
files in the Python interpreter (PythonWin 2.4). The find function only finds
files within currently open files. If I have a folder of .py scripts and need
to look up a specific keyword or string among al