[wxPython-users] Saving information from the GUI to a file
Werner F. Bruhin
werner.bruhin at free.fr
Tue Apr 3 02:48:08 PDT 2007
Hi,
jupan ghe wrote:
> Dear friends,
>
> Now I have started to have something which looks more like an
> application. There are grids, dialogs, etc.
> Now I try to create the save method in order to save the content of my
> GUI and the data that the user has provided in the grids, the settings
> that he has made. The problem is how to do this. Which solution do you
> propose ?
I don't know how you would save the GUI state (screen size etc) nicely,
but for the data the user entered you can look into storing them in a
database SQLite, Firebird etc or use Python's pickle (also I never use
this) or ...
Werner
More information about the wxpython-users
mailing list