Travis Oliphant wrote: > or just > > numpy.array(array.array('d',[1,2,3])) > > and leave-out the buffer object all together. I think the buffer object in his example was just a placeholder for "some arbitrary object that supports the buffer interface", not necessarily another NumPy array. -- Greg