Jorge wrote:
Hi there,I need to know how to get the hardware serial number of a hard disk in python.
That will be system specific. One semi-general approacy using CPython would be to ask "How would I do this with C on this specific system" and then use ctypes.
-- http://mail.python.org/mailman/listinfo/python-list