Hi, I want to do something like the following, which doesn't work:
modulename = 'module'
import modulename
The error is that there is no module named 'modulename'. Is there a
way to get that variable expanded?
Regards,
Steven
--
http://mail.python.org/mailman/listinfo/python-list
