This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author kdart
Recipients Arfrever, Keith.Dart, eric.araujo, kdart, knny-myer, nvetoshkin, orsenthil, pitrou, r.david.murray
Date 2011-02-05.19:23:22
SpamBayes Score 0.012187809
Marked as misclassified No
Message-id <1296933803.44.0.34540541543.issue11063@psf.upfronthosting.co.za>
In-reply-to
Content
It's also possible using existing wrapped os system calls. One exaple is here: http://code.google.com/p/pycopia/source/browse/trunk/aid/pycopia/ifconfig.py

Although that one doesn't current support MAC addresses, but it could. The socket module also now support the netlink socket on Linux, so it shouldbe possible to use that for getting MAC address on Linux.
History
Date User Action Args
2011-02-05 19:23:23kdartsetrecipients: + kdart, orsenthil, pitrou, eric.araujo, Arfrever, r.david.murray, nvetoshkin, knny-myer, Keith.Dart
2011-02-05 19:23:23kdartsetmessageid: <1296933803.44.0.34540541543.issue11063@psf.upfronthosting.co.za>
2011-02-05 19:23:22kdartlinkissue11063 messages
2011-02-05 19:23:22kdartcreate