![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archiveRe: "dynamical" importing
From: Fredrik Lundh <fredrik@pythonware.com>
Date: Wed Oct 19 2005 - 11:37:10 CEST
John Abel wrote:
> def _importModule( moduleName ):
__import__ takes a module name, not an arbitrary file name.
</F>
|