Re: [Freedos-user] FreeDOS, pythond, and icmp

2012-06-25 Thread Rugxulo
Hi, On Sat, Jun 23, 2012 at 8:01 AM, Michael B. Brutman wrote: > On 6/22/2012 2:01 PM, Bob Tanner wrote: >> Asking here as I cannot find any mailing list or new group for pythond. I don't think there is an official list. PythonD was unofficially done by Ben at Caddit.net (last updated in 2008, I

Re: [Freedos-user] FreeDOS, pythond, and icmp

2012-06-23 Thread Michael B. Brutman
On 6/22/2012 2:01 PM, Bob Tanner wrote: > Asking here as I cannot find any mailing list or new group for pythond. > > Looking for a reason why pythond under FreeDOS does not support the > icmp protocol. > > PythonD 2.4.2r1 for DJGPP [GCC 3.3.2] on ms-dos5 import socket socket.getprotobyna

[Freedos-user] FreeDOS, pythond, and icmp

2012-06-22 Thread Bob Tanner
Asking here as I cannot find any mailing list or new group for pythond. Looking for a reason why pythond under FreeDOS does not support the icmp protocol. PythonD 2.4.2r1 for DJGPP [GCC 3.3.2] on ms-dos5 >>> import socket >>> socket.getprotobyname("icmp") Traceback (most recent call last): Fi