ini files and plugins

T

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.) ;

I'm looking for simple articles, modules or code snippets on these
subjects;
thanks,
6TooL9
 
C

Chris Mellon

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)
 
S

Sion Arrowsmith

tool69 said:
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 ;

wx.Config? (If it absolutely has to be a .ini file on Windows,
not the registry, you can force that if you want.)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top