Re: 22, invalid agument error

2006-09-06 Thread Infinite Corridor
kondal wrote: > > > sockobj.bind(('',40007)) > > > > tried on my N6600 with same error > > > > try using your phone's IP instead of the empty string '' > > > > tried sockobj.bind(('127.0.0.1',40007)) and did not get an error > > In general sockets layer bind with null host makes it pick the addr

Re: 22, invalid agument error

2006-09-06 Thread Infinite Corridor
Justin Ezequiel wrote: > > sockobj.bind(('',40007)) > > tried on my N6600 with same error > > try using your phone's IP instead of the empty string '' > > tried sockobj.bind(('127.0.0.1',40007)) and did not get an error I didn't get an error either, but the whole thing hangs up, and I am forced

22, invalid agument error

2006-09-06 Thread Infinite Corridor
I am trying to get an echoserver running on my N80 Nokia cell phone, that uses "python for s60". What worked: I ran echoclient on the phone and echoserver on my Powerbook and it worked. What doesnt work: When I try running the same scripts, so that I run echoclient on the laptop and echoserver on