Hello everyone, I need to handle binary files that contain 64-bit (or 128-bit in the furture) unsigned int data. Python's array seems not supporting unsigned int type beyond 32-bit ('L'). I would like to use Python array as I need to make my program work on both big-endian machines as well as on little-endian machines.
What is the best way to deal with 64-bit / 128-bit data elements in Python (must support byteswap())? (must be machine-independent) Any idea, any hints, comments would be greatly appreciated. Thank you! Aki Niimura -- http://mail.python.org/mailman/listinfo/python-list