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
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
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
> > 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
> 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
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