Niels Egberts wrote:
On Sat, Jun 13, 2009 at 4:38 AM, John Machin<[email protected]> wrote: ... And thanks for the tip on struct.unpack I managed to get a list of integers to work with.
You might make do with array.fromstring (perhaps using .byteswap afterwards) to get your numbers if you are talking more than a handful. --Scott David Daniels [email protected] -- http://mail.python.org/mailman/listinfo/python-list
