Re: Plug-Ins In A Python Application

2006-04-18 Thread Fredrik Lundh
[EMAIL PROTECTED] wrote: > Is it possible to load and use "modules" containing plug-in code > written by third party developers into a running instance of the > framework? How would I do this? Do I need to "dynamically load" the > module at runtime? (I will scan a folder in the application direcot

Re: Plug-Ins In A Python Application

2006-04-18 Thread Jay Parlar
On Apr 18, 2006, at 9:58 AM, [EMAIL PROTECTED] wrote: > Its the Java developer again... > > I'm working on an application framework that I would like to implement > in Python. Part of the application framework is a plug-in model that is > similar to the one used in Eclipse. > > Is it possible to

Re: Plug-Ins In A Python Application

2006-04-18 Thread Gary Herron
[EMAIL PROTECTED] wrote: >Its the Java developer again... > >I'm working on an application framework that I would like to implement >in Python. Part of the application framework is a plug-in model that is >similar to the one used in Eclipse. > >Is it possible to load and use "modules" containing p