Re: My python can not get addr info

2006-04-15 Thread Serge Orlov
一首诗 wrote: > socket.gaierror: (10104, 'getaddrinfo failed') You're using a buggy firewall, write to your firewall vendor about this bug. IDLE shell is making a connection over loopback network interface in other words making a connection from your computer to your computer, this type of connection

My python can not get addr info

2006-04-15 Thread 一首诗
D:\python24\Lib\idlelib>pyshell.py Traceback (most recent call last): File "D:\python24\Lib\idlelib\PyShell.py", line 1388, in ? main() File "D:\python24\Lib\idlelib\PyShell.py", line 1361, in main if not flist.open_shell(): File "D:\python24\Lib\idlelib\PyShell.py", line 277, in open

My python can not get addr info

2006-04-15 Thread Peter Cai
D:\python24\Lib\idlelib>pyshell.py Traceback (most recent call last):   File "D:\python24\Lib\idlelib\PyShell.py", line 1388, in ?     main()   File "D:\python24\Lib\idlelib\PyShell.py", line 1361, in main     if not flist.open_shell():   File "D:\python24\Lib\idlelib\PyShell.py", line 277, in open