Windows getting local ip address

SolaFide solafidefarms at gmail.com
Wed Mar 22 10:37:46 EST 2006


On Linux, it is a simple matter to get the local ip address with
system.os("ifconfig >> /tmp/ip"); ip=open("/tmp/ip").readlines(), etc.
How can I do this with Windows?




More information about the Python-list mailing list