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
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to