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 for freezing it
with py2exe :)

www.effbot.org, search for PIL

There you can find how this problem was solved by the effbot. Guess
that should be good enough for mortals.

Harald

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to