![]() |
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: John Abel <jabel@plus.net>
Date: Wed Oct 19 2005 - 10:52:49 CEST
Try:
userModule = _importModule( pathToModule )
def _importModule( moduleName ):
return modName
HTH,
J
Joerg Schuster wrote:
>Hello,
|