Hi,
 
Quick question. I am running python on windows xp. i want to import my own module "mymod". However, when I try to import it i get the error message "ImportError: no module named mymod".
 
"mymod" is located in a directory that is part of the computer's "path" env variable. Imports fine if 'mymod' is in the current working directory, but not otherwise. i had thought that by saving 'mymod'within my normal path that it would import successfully, but this is not the case.
 
Any help appreciated, cheers
 
Nick


Live Search delivers results the way you like it. Try live.com now!
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to