Re: [Tutor] save configuration of one application.

2006-10-11 Thread hok kakada
On Wednesday 04 October 2006 11:54, John Fouhy wrote: > On 04/10/06, Luke Paireepinart <[EMAIL PROTECTED]> wrote: > > you can make a config.ini file and use that one module that parses ini > > files. > > I can't remember what it's called. > > configparser I think, but I wouldn't bet my life on it :

Re: [Tutor] save configuration of one application.

2006-10-03 Thread John Fouhy
On 04/10/06, Luke Paireepinart <[EMAIL PROTECTED]> wrote: > you can make a config.ini file and use that one module that parses ini > files. > I can't remember what it's called. > configparser I think, but I wouldn't bet my life on it :) Yes, ConfigParser. The docs for ConfigParser are a bit confu

Re: [Tutor] save configuration of one application.

2006-10-03 Thread Luke Paireepinart
hok kakada wrote: > Hi, > > Can anybody guide me how to write the code for configure one application? > For example, I want to set Font and Color for a textbox; later when the > application is opened again. the previous font is set. > > So, which related function are used to form this feature? >