Tkinter & persistance

T.Rafie at ALCATEL.de T.Rafie at ALCATEL.de
Mon Mar 13 06:30:23 EST 2000


Hello,

as I recognized last weekend there is no simple mechanism to serialize
Tkinter-Objects. Pickle fails and tells that 'tkapp' objects may not be
handled
as Python objects. The only(trivial) solution I found was disassembling
any object
i.e. separate coords, options of any widget and store them separately. A
sad solution I find.
Does anyone of the specialists know a more elegant solution of the
problem?

Thanks T.R.




More information about the Python-list mailing list