Ben Finney schrieb:
> Question: I have Python modules named without '.py' as the extension,
> and I'd like to be able to import them. How can I do that?

I recommend to use imp.load_module.

Regards,
Martin
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to