Anthony Baxter wrote: > Is it possible that there's a C code product that's not been updated? How would I > figure out what it might be? Are you running the DynPersist extension from ZPatterns? That would need to be recompiled. Also note that "python setup.py build" doesn't reliably rebuild the BTrees extensions and maybe others. I often use "python setup.py build_ext -if". Shane