Tom Denniston wrote:
> It seems from my cursory look that numpy doesn't support the pickling
> or the tofile of PyObject arrays.
Yes, you can pickle PyObject arrays, that is supposed to work. What is
not working?
You can't use tofile on PyObject arrays, because I didn't have clear
idea what to do. Use Pickle for PyObject arrays.
-Travis
|