Re: win32wnet.WNetAddConnection2 to specific network interface?

2010-04-14 Thread Sean DiZazzo
On Apr 14, 9:22 pm, Dennis Lee Bieber wrote: > On Wed, 14 Apr 2010 15:18:11 -0700 (PDT), Sean DiZazzo > declaimed the following in > gmane.comp.python.general: > > > > >     def wnet_connect(self, host, username, password): > >         The presence of "self" in that parameter list implies this is

win32wnet.WNetAddConnection2 to specific network interface?

2010-04-14 Thread Sean DiZazzo
Hi! I have a small app that uses pywin32 to log on to a remote host and send some files around. It works well, but I've found a machine that the app won't work on. The machine is dual-homed, with one interface able to see the server machine, but the other can not. I don't have the exact error b