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 pitrou
Recipients Arfrever, Keith.Dart, eric.araujo, kdart, knny-myer, nvetoshkin, orsenthil, pitrou, r.david.murray
Date 2011-02-05.19:17:42
SpamBayes Score 5.6457793e-06
Marked as misclassified No
Message-id <1296933459.3736.2.camel@localhost.localdomain>
In-reply-to <1296933300.26.0.362233450347.issue11063@psf.upfronthosting.co.za>
Content
> Maybe I understood and ctypes ImportError simply must be handled and
> fallbacked to something else.

Indeed.

> But there are only 3 ways of getting MAC address:
> 1. using popen
> 2. using ctypes and native calls
> 3. using C API and performing native calls in extension
> 
> And ctypes seems to be the best choice: it's portable across Python
> VMs (better that 3) and faster (better than 1).

Perhaps, but doing without ctypes should still be possible, otherwise
it's a regression.
History
Date User Action Args
2011-02-05 19:17:43pitrousetrecipients: + pitrou, orsenthil, kdart, eric.araujo, Arfrever, r.david.murray, nvetoshkin, knny-myer, Keith.Dart
2011-02-05 19:17:42pitroulinkissue11063 messages
2011-02-05 19:17:42pitroucreate