Hi, There's examples in Boost.Python documentation of how to make extension classes pickleable. My case is simpler: I just want to load a dumped python object in C++. I guess the C API is enough, I was just wondering what was the simpler way to do it (C/C++ is the entry through a DLL). Thx and Regards, Nicolas