RE: mac address

2006-09-07 Thread Tim Golden
| Is it possible to get the mac address of a device | with python 2.4 using code which works in wxp and linux | rather than requiring some code for windows and some | other code for linux ? I'm fairly sure the answer's no. It wouldn't be beyond the wit of man to produce a library with conditiona

Re: mac address

2005-06-02 Thread John Machin
[EMAIL PROTECTED] wrote: > Hello, > I am a newbie and i have problems filling an array with the mac address > read from the command line. > > The mac address is FF:FF:FF:FF:FF:FF > > options, args = parser.parse_args() > # options.d contains the address > destAddress = options.d > > data = array