Re: Specifying an IP address for outbound connections?

2008-10-29 Thread Martin v. Löwis
erikcw wrote: Python seems to default to the main system IP for outbound connections (such as urllib), but I want to bind to one of my other IPs for outbound connections. Any ideas? Just use the .bind method of a socket to bind it to a specific address. If you then want to continue to use

Specifying an IP address for outbound connections?

2008-10-28 Thread erikcw
Python seems to default to the main system IP for outbound connections (such as urllib), but I want to bind to one of my other IPs for outbound connections. Any ideas? Thanks! -- http://mail.python.org/mailman/listinfo/python-list