Re: 22, invalid agument error

2006-09-07 Thread Justin Ezequiel
Infinite Corridor wrote: > Justin Ezequiel wrote: > > > > 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 to abort the program. This has happend quite a few times > already. > Did it work for you norm

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

Re: 22, invalid agument error

2006-09-06 Thread kondal
> > 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 address from arp resolution and null

Re: 22, invalid agument error

2006-09-06 Thread Justin Ezequiel
> 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 -- http://mail.python.org/mailman/listinfo/python-list

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