Re: Dynamical loading of modules

2005-10-04 Thread Fredrik Lundh
> (is 295 angle brackets in a single message perhaps some kind of c.l.py > record?) oh, nevermind. -- http://mail.python.org/mailman/listinfo/python-list

Re: Dynamical loading of modules

2005-10-04 Thread Fredrik Lundh
Carsten Haese wrote: > I don't see how to make __import__ do that. hint: you might get more people to look at your problems/proposals if you actually trim the replies a little. (is 295 angle brackets in a single message perhaps some kind of c.l.py record?) -- http://mail.python.org/mailma

Re: Dynamical loading of modules

2005-10-04 Thread Steve Holden
Carsten Haese wrote: > On Tue, 2005-10-04 at 08:32, Steve Holden wrote: > >>Carsten Haese wrote: >> >>>On Mon, 2005-10-03 at 17:37, Steve Holden wrote: >>> >>> Carsten Haese wrote: >On Mon, 2005-10-03 at 16:41, Carsten Haese wrote: > > > >>On Mon, 2005-10-03 at 15

Re: Dynamical loading of modules

2005-10-04 Thread Carsten Haese
On Tue, 2005-10-04 at 08:32, Steve Holden wrote: > Carsten Haese wrote: > > On Mon, 2005-10-03 at 17:37, Steve Holden wrote: > > > >>Carsten Haese wrote: > >> > >>>On Mon, 2005-10-03 at 16:41, Carsten Haese wrote: > >>> > >>> > On Mon, 2005-10-03 at 15:52, Jacob Kroon wrote: > > > >>

Re: Dynamical loading of modules

2005-10-04 Thread Steve Holden
Carsten Haese wrote: > On Mon, 2005-10-03 at 17:37, Steve Holden wrote: > >>Carsten Haese wrote: >> >>>On Mon, 2005-10-03 at 16:41, Carsten Haese wrote: >>> >>> On Mon, 2005-10-03 at 15:52, Jacob Kroon wrote: >Hi, I'm having some problems with implementing dynamical module loadin

Re: Dynamical loading of modules

2005-10-04 Thread Carsten Haese
On Mon, 2005-10-03 at 17:37, Steve Holden wrote: > Carsten Haese wrote: > > On Mon, 2005-10-03 at 16:41, Carsten Haese wrote: > > > >>On Mon, 2005-10-03 at 15:52, Jacob Kroon wrote: > >> > >>>Hi, I'm having some problems with implementing dynamical module loading. > >>>First let me > >>>describe

Re: Dynamical loading of modules

2005-10-03 Thread Steve Holden
Carsten Haese wrote: > On Mon, 2005-10-03 at 16:41, Carsten Haese wrote: > >>On Mon, 2005-10-03 at 15:52, Jacob Kroon wrote: >> >>>Hi, I'm having some problems with implementing dynamical module loading. >>>First let me >>>describe the scenario with an example: >>> >>>modules/ >>>fruit/ >>>

Re: Dynamical loading of modules

2005-10-03 Thread Carsten Haese
On Mon, 2005-10-03 at 16:41, Carsten Haese wrote: > On Mon, 2005-10-03 at 15:52, Jacob Kroon wrote: > > Hi, I'm having some problems with implementing dynamical module loading. > > First let me > > describe the scenario with an example: > > > > modules/ > > fruit/ > > __init__.py > >

Re: Dynamical loading of modules

2005-10-03 Thread Carsten Haese
On Mon, 2005-10-03 at 15:52, Jacob Kroon wrote: > Hi, I'm having some problems with implementing dynamical module loading. > First let me > describe the scenario with an example: > > modules/ > fruit/ > __init__.py > apple.py > banana.py > > apple.py defines a class '

Re: Dynamical loading of modules

2005-10-03 Thread Jp Calderone
On Mon, 03 Oct 2005 21:52:21 +0200, Jacob Kroon <[EMAIL PROTECTED]> wrote: >Hi, I'm having some problems with implementing dynamical module loading. >First let me >describe the scenario with an example: > >modules/ >fruit/ >__init__.py >apple.py >banana.py > >apple.py