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
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
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
"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
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