I'm in the process of migrating from Numeric to numpy. In some of my
code I have the following:

a = zeros(num_elements, PyObject)
b = zeros(num_elements, PyObject)

a is an array of python string objects and b is an array holding
mx.DateTime objects. What do I have to do to migrate this over to
numpy?

PS: I tried to register with the scipy mailing list but got no email
confirmation. I tried with two different email addresses.

Thanks,

VJ

_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to