On Wed, 2009-04-01 at 12:17 -0700, mynthon wrote:
> Hi!
>
> I need help. I don't understand what doc says.
>
> I load module from path testmod/mytest.py using imp.load_source(). My
> code is
>
> import imp
> testmod = imp.load_source('koko', 'testmod/mytest.py)
> print testmod
>
> but i don't u
Hi!
I need help. I don't understand what doc says.
I load module from path testmod/mytest.py using imp.load_source(). My
code is
import imp
testmod = imp.load_source('koko', 'testmod/mytest.py)
print testmod
but i don't understand whatt is first (name) argument for. Docs says
that "The name arg