My python can not get addr info

G

Guest

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_shell
if not self.pyshell.begin():
File "D:\python24\Lib\idlelib\PyShell.py", line 962, in begin
client = self.interp.start_subprocess()
File "D:\python24\Lib\idlelib\PyShell.py", line 389, in
start_subprocess
self.rpcclt.accept()
File "D:\python24\lib\idlelib\rpc.py", line 524, in accept
working_sock, address = self.listening_sock.accept()
File "D:\python24\lib\socket.py", line 169, in accept
sock, addr = self._sock.accept()
socket.gaierror: (10104, 'getaddrinfo failed')

D:\python24\Lib\idlelib>
 
S

Serge Orlov

一首诗 said:
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 should not be blocked by a firewall.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,904
Latest member
HealthyVisionsCBDPrice

Latest Threads

Top