ip address?

Tim Peters tim.one at home.com
Fri Jan 25 19:47:43 EST 2002


[maximilianscherr]
> how can i get the internet ip address of my connected pc?

Give this a try; your money back if it blows up <wink>:

import socket
myip = socket.gethostbyname(socket.gethostname())





More information about the Python-list mailing list