Well, that kinda depends on what you want the MAC Address of. Personally (on
Unix systems) I
simply read from a popen('ifconfig') and use a regular expression to parse out
the mac address.
Works perfectly.Just my 2ยข, Michael -- http://mail.python.org/mailman/listinfo/python-list
