Noah wrote:
> You can give up on pickle, because pickle is only
> guaranteed to work with the exact same version of the Python
> interpreter.

:(


> How complex of a serialization do you need?

simple

I just wrote the info out to a file.  then i have a thread which reads
in the files and parses them and creates the necessary object.

thanks anyway

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to