Would it be possible to launch several different python programs at once (via Popen) and have each one of them bind to a different interface?
Also once this is done does that mean all traffic coming from that python process will use that interface, since I plan to mix and match the urllib2, mechanize, and Ghost.py modules in the child processes.