Does anyone know how it would be possible to pack a list containing 'long long' types (like 111111111111111L) and other standard types (int, string, char). I know you can use the struct module to pack all but the 'long long'. I also know you can use the xdrlib module to pack the 'long long'. Any ideas? Thanks, Rich