For a single byte, struct.pack('<B',<int>)
For two bytes, struct.pack('<H',<int>)
what if I want three bytes ?
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to