Re: ini files and plugins

2006-11-16 Thread Sion Arrowsmith
tool69 <[EMAIL PROTECTED]> wrote: >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 startu

Re: ini files and plugins

2006-11-16 Thread Chris Mellon
On 11/16/06, tool69 <[EMAIL PROTECTED]> 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 co

Re: ini files and plugins

2006-11-16 Thread tool69
Fredrik Lundh a écrit : > "tool69" wrote: > >> 1 - create a sort of ini file where I can put the user configuration >> that will load itself on the application startup ; > > http://docs.python.org/lib/module-ConfigParser.html ? > >> 2 - a simple plugin system with python files ( maybe to add n

Re: ini files and plugins

2006-11-16 Thread Fredrik Lundh
"tool69" wrote: > 1 - create a sort of ini file where I can put the user configuration > that will load itself on the application startup ; http://docs.python.org/lib/module-ConfigParser.html ? > 2 - a simple plugin system with python files ( maybe to add new > langages, etc.) ; http://effbot

ini files and plugins

2006-11-16 Thread tool69
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 ; 2 - a simple plugin system with python files ( maybe to add new langages, etc