[Tutor] newbie OSX module path question

Mike Hall michael.hall at critterpixstudios.com
Tue Feb 15 01:16:37 CET 2005


I'm on OS X, and I cannot get Python to import modules I've saved. I 
have created the the environment.plist file and appended it with my 
desired module path. If I print sys.path from the interpreter, my new 
path does indeed show up as the first listing, yet any attempt at 
importing modules from this directory fails with ImportError. What am I 
doing wrong?



More information about the Tutor mailing list