[Tutor] newbie OSX module path question

Mike Hall michael.hall at critterpixstudios.com
Tue Feb 15 03:38:45 CET 2005


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 <michael.hall at critterpixstudios.com> [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
> david at graniteweb.com
> _______________________________________________
> Tutor maillist  -  Tutor at python.org
> http://mail.python.org/mailman/listinfo/tutor



More information about the Tutor mailing list