D:\python24\Lib\idlelib>pyshell.py<br>
Traceback (most recent call last):<br>
File "D:\python24\Lib\idlelib\PyShell.py", line 1388, in ?<br>
main()<br>
File "D:\python24\Lib\idlelib\PyShell.py", line 1361, in main<br>
if not flist.open_shell():<br>
File "D:\python24\Lib\idlelib\PyShell.py", line 277, in open_shell<br>
if not self.pyshell.begin():<br>
File "D:\python24\Lib\idlelib\PyShell.py", line 962, in begin<br>
client = self.interp.start_subprocess()<br>
File "D:\python24\Lib\idlelib\PyShell.py", line 389, in start_subprocess<br>
self.rpcclt.accept()<br>
File "D:\python24\lib\idlelib\rpc.py", line 524, in accept<br>
working_sock, address = self.listening_sock.accept()<br>
File "D:\python24\lib\socket.py", line 169, in accept<br>
sock, addr = self._sock.accept()<br>
<span style="background-color: rgb(255, 255, 102);">socket.gaierror: (10104, 'getaddrinfo failed')</span><br>
<br>
D:\python24\Lib\idlelib>