i need to interface python with a bitpacked data file, the structure recorded in the file is the following:
struct {
var_1 4bit
var_2 6bit
var_3 2bit
var_3 4bit
}
how can read the struct and convert data into dictionary
Thnx
--
http://mail.python.org/mailman/listinfo/python-list
