How do you import a module with "." in its filename?

Skip Montanaro skip at pobox.com
Tue Jul 30 22:25:51 EDT 2002


    Andrew> So, how do I import a module with "." in its filename?

Take a look at the execfile builtin function.

-- 
Skip Montanaro
skip at pobox.com
consulting: http://manatee.mojam.com/~skip/resume.html




More information about the Python-list mailing list