Maybe this will help.

>From the interpreter ->
>>> import socket
>>> help(socket)

Which gives you all sorts of neat information on the socket module.

jw


On 23 Mar 2005 08:08:04 -0800, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Is it possible to have low level netwoking with python under Windows?
> Like raw sockets?
> Is it possible to send a single packet using python under windows?
> 
> Thank you
> 
> --
> http://mail.python.org/mailman/listinfo/python-list
>
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to