doing non-prespecified imports
From: Jon Perez (jbperez808_at_wahoo.com)
Date: 07/31/04
- Next message: Ernie: "Quixote demo"
- Previous message: Ivan Voras: "Re: Importance of C# (was Re: IronPython-0.6 is now available!)"
- Next in thread: Egbert Bouwman: "Re: doing non-prespecified imports"
- Reply: Egbert Bouwman: "Re: doing non-prespecified imports"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 31 Jul 2004 08:32:14 +0800
Is it possible to do:
import xxxx
within code where xxxx is specified by
a string or user input?
I need this in order to be able to load different,
arbitrary modules under application-user control.
If not using the 'import xxxx' syntax, is there
a roundabout way to do such?
- Next message: Ernie: "Quixote demo"
- Previous message: Ivan Voras: "Re: Importance of C# (was Re: IronPython-0.6 is now available!)"
- Next in thread: Egbert Bouwman: "Re: doing non-prespecified imports"
- Reply: Egbert Bouwman: "Re: doing non-prespecified imports"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|