Python to C++ in a pickle

Moshe Zadka moshez at math.huji.ac.il
Wed Jul 5 01:08:02 EDT 2000


On Tue, 4 Jul 2000, Larry Whitley wrote:

> I'd like to pickle an object in python and unpickle it in C++.  The object
> in question is a python dictionary so it will have to go into a C++ map.
> Has someone done this and is willing to share?  Or, is the cPickle source
> available on the web somewhere?

Why use pickle? XML-RPC seems much better for this purpose.
--
Moshe Zadka <moshez at math.huji.ac.il>
There is no GOD but Python, and HTTP is its prophet.





More information about the Python-list mailing list