Re: Application Plugin Framework

2005-11-22 Thread Kay Schluehr
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

Re: Application Plugin Framework

2005-11-22 Thread Harald Armin Massa
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

Application Plugin Framework

2005-11-21 Thread Ron
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 all for all files nam