Hi Brian, On Wed, Dec 20, 2006 at 01:37:17PM -0500, Safford, Brian wrote: > The ClientCreator.connectTCP object accepts an argument 'bindAddress' > ... > > Cannot find a single instance where that object is called with that > argument ... *sigh*
I have to idea if this will work, but perhaps you could add bindAddress=config.host as an argument in every occurrence of connectTCP() in legacy/msn/msnw.py. You'll also need to "import config" in that file for this to work. Best regards, Lars _______________________________________________ py-transports mailing list [email protected] http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports
