How to import a module with spaces in the name

Farshid Lashkari lashkariNO at SPAMworldviz.com
Wed Feb 15 16:53:20 EST 2006


Gregory Piñero wrote:
> Let's say I have a module named "Excellent Module.py"

ExcellentModule = __import__('Excellent Module')

-Farshid



More information about the Python-list mailing list