From: Travis O. <oli...@ie...> - 2006-07-06 03:17:05
|
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 |