En Mon, 30 Apr 2007 20:19:54 -0300, kwatch <[EMAIL PROTECTED]> escribió:
> Could you teach me the condition of module name which is available
> in 'from ... import ...' statement?
>
> The goal what I want to do is to create a module by 'new' module
> and specify that module name in 'from ...' stat
On Mon, 2007-04-30 at 16:19 -0700, kwatch wrote:
> [...]
> The goal what I want to do is to create a module by 'new' module
> and specify that module name in 'from ...' statement.
>
>
> # create a module
> import new
> foo = new.module('foo'