* Mike Hall <[EMAIL PROTECTED]> [2005-02-14 18:22]:
> Hm, so if I import glob, and then execute this line:
> 
> print glob.glob('/Local_HD/Users/mike/Documents/pythonModules/*.py')
> 
> I simply get brackets returned:
> 
> []
> 
> 
> ...not sure what this means. Thanks again.

It means it didn't find anything that matches that pattern, which
suggests that the directory does not contain *.py files. That might be a
problem. ;-)

-- 
David Rock
[EMAIL PROTECTED]

Attachment: pgpmTRknYUp8c.pgp
Description: PGP signature

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to