Python to C++ in a pickle

Larry Whitley ldwhitley at home.com
Tue Jul 4 15:41:30 EDT 2000


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?

Larry





More information about the Python-list mailing list