Re: Kind of plugin system

2010-11-28 Thread Gaëtan Podevijn
Hello, Thank you both, I'll look at this in more depth ! Regards, Gaëtan 2010/11/27 Marc-Andre Belzile > I guess you could just define an entry-point in your source provider files > that would return a specific instance of an InformationProvider class. This > entry-point would be called by you

RE: Kind of plugin system

2010-11-27 Thread Marc-Andre Belzile
I guess you could just define an entry-point in your source provider files that would return a specific instance of an InformationProvider class. This entry-point would be called by your main app (maybe at startup time or during an update phase). There are plenty of articles on the web about py

Re: Kind of plugin system

2010-11-27 Thread Rainer Mansfeld
Am 26.11.2010 18:46, schrieb Gaëtan Podevijn: I need to get some informations from files stored on my filesystem, Flickr and Picasa. So the idea is to create a class (for instance, "InformationsProvider") that provides common methods for those three sources, then, for each source, I create a cla