ini files and plugins

Chris Mellon arkanes at gmail.com
Thu Nov 16 11:10:48 EST 2006


On 11/16/06, tool69 <kib2 at free.fr> wrote:
> Hi,
> I've made a basic LaTeX file editor in wxPython, but now I wanted to add
> it some features :
>
> 1 -  create a sort of ini file where I can put the user configuration
> that will load itself on the application startup ;

wxPython includes a configuration management system, it's a bit more
powerful and flexible than just using ConfigParser. See the wx.Config
classes (I believe theres some code in the demo as well)

> 2 -  a simple plugin system with python files ( maybe to add new
> langages, etc.) ;
>
> I'm looking for simple articles, modules or code snippets on these
> subjects;
> thanks,
> 6TooL9
> --
> http://mail.python.org/mailman/listinfo/python-list
>



More information about the Python-list mailing list