Robin Becker <[EMAIL PROTECTED]> writes:
> > type(nx.array([1,2,3],dtype=nx.uint32)[0])
> > <type 'numpy.uint32'>
> 
> great, but do we have a pure python version?

array.array('L', [1,2,3])
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to