Christopher Subich wrote:
> Steve Horsley wrote:
>
>> There is a higher level socket framework called twisted that everyone
>> seems to like. It may be worth looking at that too - haven't got round
>> to it myself yet.
>
>
> I wouldn't say 'like,' exactly. I've cursed it an awful lot (mostly
Steve Horsley wrote:
> There is a higher level socket framework called twisted that everyone
> seems to like. It may be worth looking at that too - haven't got round
> to it myself yet.
I wouldn't say 'like,' exactly. I've cursed it an awful lot (mostly for
being nonobvious), but it does a da
On 2005-06-30, André Egners <[EMAIL PROTECTED]> wrote:
>>> I would like to establish a socket connection to a server
>>> running a service on port 2. the host address is
>>> 10.214.109.50. how do i do this using python?
>>>
>>> many thanks
>>>
>>>
>>
>> Off the top of my head (so there could
Steve Horsley wrote:
> JudgeDread wrote:
>
>> hello python gurus
>>
>> I would like to establish a socket connection to a server running a
>> service
>> on port 2. the host address is 10.214.109.50. how do i do this using
>> python?
>>
>> many thanks
>>
>>
>
> Off the top of my head (so there
On Thu, 30 Jun 2005 18:39:27 +0100, Steve Horsley <[EMAIL PROTECTED]> wrote:
>JudgeDread wrote:
>> hello python gurus
>>
>> I would like to establish a socket connection to a server running a service
>> on port 2. the host address is 10.214.109.50. how do i do this using
>> python?
>>
>> many t
JudgeDread wrote:
> hello python gurus
>
> I would like to establish a socket connection to a server running a service
> on port 2. the host address is 10.214.109.50. how do i do this using
> python?
>
> many thanks
>
>
Off the top of my head (so there could be errors):
import socket
s =
The documentation gives an excellent example on how to do this, see
http://docs.python.org/lib/socket-example.html
--
http://mail.python.org/mailman/listinfo/python-list
hello python gurus
I would like to establish a socket connection to a server running a service
on port 2. the host address is 10.214.109.50. how do i do this using
python?
many thanks
--
http://mail.python.org/mailman/listinfo/python-list