Ok, I've got it working. The environment.plist file wants a path beginning with /Users, not /Local_HD. So simple! Thanks everyone.

On Feb 14, 2005, at 6:26 PM, David Rock wrote:

* 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]
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

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

Reply via email to