It looks way too simplified. I have no idea where the problem is.
Would you mind showing the script?
gist.github.com is good for posting code.
___
Tutor maillist - Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor
Hello all,
I use a file for my program that I read with ConfigParser. I append all
sections of this file into a treeview (using pyGTK). The user can add,
edit or remove sections, options and values. These I write back to the
file and then update the treeview. The problem is that it doesn't
up