>>> struct.calcsize('s')
1
>>> struct.calcsize('d')
8
>>> struct.calcsize('sd')
16Why? Should not that be 9? -- Bob Gailer Chapel Hill NC 919-636-4239 _______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
