Re: a rookie problem about 'Modules'

2011-03-02 Thread xie he
thanks sincerely 2011/3/2 bruno desthuilliers > On 1 mar, 16:30, Bill Liao wrote: > > On Tuesday, March 1, 2011, iRick wrote: > > > hi,i'm a freshman for python. i got a problem about "Modules" > > Python-related questions should go to comp.lang.python. > > > > this is my dir > > > A/ > > >

Re: a rookie problem about 'Modules'

2011-03-02 Thread xie he
thank you so much 2011/3/1 Bill Liao > On Tuesday, March 1, 2011, iRick wrote: > > hi,i'm a freshman for python. i got a problem about "Modules" > > this is my dir > > A/ > > a.py > > __init__.py > > B/ > > __init__.py > > b.py > > C/ > >

Re: a rookie problem about 'Modules'

2011-03-01 Thread bruno desthuilliers
On 1 mar, 16:30, Bill Liao wrote: > On Tuesday, March 1, 2011, iRick wrote: > > hi,i'm a freshman for python. i got a problem about "Modules" Python-related questions should go to comp.lang.python. > > this is my dir > > A/ > >       a.py > >       __init__.py > >       B/ > >               __i

Re: a rookie problem about 'Modules'

2011-03-01 Thread Bill Liao
On Tuesday, March 1, 2011, iRick wrote: > hi,i'm a freshman for python. i got a problem about "Modules" > this is my dir > A/ >      a.py >      __init__.py >      B/ >              __init__.py >              b.py >      C/ >              __init__.py >              c.py > > and i wrote thi