[Tutor] The best way to implement a config file ???

Christopher Arndt chris.arndt at web.de
Thu Feb 1 17:31:09 CET 2007


Magnus Wirström schrieb:
> Hi everyone
> 
> I'm learning to program python with wxpython gui. I have a application i 
> made with several modules and i want to implement a configfile that 
> applies to all those modules. Is there an easy way to do this ?  Can 
> anyone point me in the right direction ?

The wxWidgets library has a config component built-in:

http://wxpython.wxcommunity.com/docs/api/wx.Config-class.html
http://wxwidgets.org/manuals/2.6.3/wx_wxconfigoverview.html#wxconfigoverview

Chris


More information about the Tutor mailing list