On Fri, Jul 3, 2009 at 8:24 PM, Damon Timm<[email protected]> wrote:

> And I thought I could just construct something for glob or fnmatch like:
>
> glob.glob("DSC_0065*.jpg") --or-- fnmatch.fnmatch(file, "DSC_0065*.jpg")

Do you have the working directory set to the folder with the jpgs in
it? If not, you have to give the full path to glob().

Kent
_______________________________________________
Tutor maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/tutor

Reply via email to