Re: [C++-sig] Pickle python subclass of C++ interface

2010-07-18 Thread John Reid
Ralf W. Grosse-Kunstleve wrote: Ok I'll give that a whirl. I was hoping to avoid doing __getinitargs__() for each subclass as I have quite a few of them. If I didn't have a C++ base class then the pickling would just work as is. There's no way I can get back to that sort of situation with the C

Re: [C++-sig] Pickle python subclass of C++ interface

2010-07-18 Thread John Reid
John Reid wrote: Ralf W. Grosse-Kunstleve wrote: Ok I'll give that a whirl. I was hoping to avoid doing __getinitargs__() for each subclass as I have quite a few of them. If I didn't have a C++ base class then the pickling would just work as is. There's no way I can get back to that sort of si