> I'm after a good library/class/etc to handle properties and
settings
> for my WXPython apps either in simple INI files or trendy XML.http://www.google.com/search?q=python+.ini+file
The second hit:
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/65334
Another option would be to look into wx.Config, which I use and really like.
David