Ron wrote:
> Hello,
>
> I'm attempting to develop a plugin framework for an application that I'm
> working on. I wish to develop something in which all plugins exist in a
> directory tree. The framework need only be given the root of the tree. The
> framework then uses os.path.walk to search al
Ron,
> I'm attempting to develop a plugin framework for an application that I'm
> working on. I wish to develop something in which all plugins exist in a
> directory tree.
The PIL of the effbot is doing exactly this. (Python Image Library). I
know it, because I had to work around that dynamic