On my Windows XP box running Python 2.4, I attempted to use the 'find'
module per the example in Programming Python (Ch. 2) - i.e.:
>>>import find
>>>find.find('*')However, Python didn't find the find module. The docs say it's now deprecated, but don't point to what tool should be used to replace find. My Googling efforts haven't been fruitful so far. Could someone please point me in the right direction? Don -- DC Parris GNU Evangelist http://matheteuo.org/ [EMAIL PROTECTED] "Hey man, whatever pickles your list!" _______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
