<div dir="ltr">It seems that you can specify the name of the module to be imported at runtime using the following syntax:<br><br>X = __import__('X')<br><br>(from <a href="http://effbot.org/zone/import-confusion.htm">http://effbot.org/zone/import-confusion.htm</a>)<br>
<br>Of course, I would rather specify the path to the module at runtime, not the module name itself, but at least this is a start...<br></div>