Heiko Wundram wrote: ... > Anyway, what I basically need is a module to pickle _basic_ Python > types, meaning string, int, float, list, tuple, dict, and boolean. As If that is all you need, then maybe module marshal, in the standard Python library, may be sufficient? Alex