Sun 17 Jan 2010
ConfigObj + wxPython = Geek Happiness
Posted by Mike under Cross-Platform, Python, wxPython
View Comments
I recently starting using Michael Foord’s ConfigObj for one of our internal wxPython applications at work. When I wrote my other ConfigObj tutorial, I wanted to show you how I was using ConfigObj with my preferences dialog, but I didn’t want all my posts to include wx. In this article, I’ll just show you how easy it is to add a new preference setting in ConfigObj without wiping out your original ones and how to load and save them with a wxPython dialog. Now, let’s get to it! (more…)