[issue17224] can not open idle in python 2.7.3

2013-08-30 Thread Terry J. Reedy

Changes by Terry J. Reedy tjre...@udel.edu:


--
resolution:  - duplicate
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue17224
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17224] can not open idle in python 2.7.3

2013-06-15 Thread Terry J. Reedy

Terry J. Reedy added the comment:

This is probably a duplicate of other issues. But please try with the newest 
2.7.5.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue17224
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17224] can not open idle in python 2.7.3

2013-02-22 Thread Terry J. Reedy

Changes by Terry J. Reedy tjre...@udel.edu:


--
nosy: +serwy, terry.reedy

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue17224
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17224] can not open idle in python 2.7.3

2013-02-18 Thread william wu

New submission from william wu:

I install python 2.7 in windows xp 32bit. 
I try to open idle using C:\Python27python.exe Lib\idlelib\idle.py, But 
return error as following:

Traceback (most recent call last):
  File Lib\idlelib\idle.py, line 11, in module
idlelib.PyShell.main()
  File C:\Python27\Lib\idlelib\PyShell.py, line 1421, in main
shell = flist.open_shell()
  File C:\Python27\Lib\idlelib\PyShell.py, line 289, in open_shell
if not self.pyshell.begin():
  File C:\Python27\Lib\idlelib\PyShell.py, line 1009, in begin
client = self.interp.start_subprocess()
  File C:\Python27\Lib\idlelib\PyShell.py, line 402, in start_subprocess
self.port = self.rpcclt.listening_sock.getsockname()[1]
  File C:\Python27\Lib\socket.py, line 224, in meth
return getattr(self._sock,name)(*args)
socket.gaierror: [Errno 10104] getaddrinfo failed
it's fine if using C:\Python27python.exe Lib\idlelib\idle.py -n. it doesn't 
work after i try to close firewall.

--
components: Windows
messages: 182306
nosy: hayeswu
priority: normal
severity: normal
status: open
title: can not open idle in python 2.7.3
versions: Python 2.7

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue17224
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17224] can not open idle in python 2.7.3

2013-02-18 Thread Serhiy Storchaka

Changes by Serhiy Storchaka storch...@gmail.com:


--
components: +IDLE
nosy: +kbk
type:  - behavior

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue17224
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com