Re: Unsigned char array to an unsigned longlong array

2009-08-13 Thread Gabriel Genellina
En Tue, 11 Aug 2009 23:22:27 -0300, Jus escribió: Is there a way to have an Array of unsigned longlong (C Type: unsigned longlong, Minimum size if bytes: 8) ? What I want to do is to store an array of bytes in an array of longlongs. To workaround this issue, I have tried to use the double arr

Unsigned char array to an unsigned longlong array

2009-08-13 Thread Francis Brissette
Hello, I'm using Python 2.6.2. Is there a way to have an Array of unsigned longlong (C Type: unsigned longlong, Minimum size if bytes: 8) ? I found a page on the internet (http://mail.python.org/pipermail/patches/2005-April/017430.html), but I'm not quite sure if it is available. What I want

Unsigned char array to an unsigned longlong array

2009-08-11 Thread Jus
Hello, I'm using Python 2.6.2. Is there a way to have an Array of unsigned longlong (C Type: unsigned longlong, Minimum size if bytes: 8) ? I found a page on the internet (http://mail.python.org/pipermail/patches/2005-April/017430.html