Re: IDLE issue

2009-12-20 Thread Terry Reedy
On 12/20/2009 12:17 PM, Mohamed Musthafa Safarulla wrote: I have python 2.5 ...but when i open it, i get the below error messages Socker Error: Connection refused and IDLE's subprocess didnt make connection. Either IDLE can't start subprocess or personal firewall software is blocking the conne

IDLE issue

2009-12-20 Thread Mohamed Musthafa Safarulla
I have python 2.5 ...but when i open it, i get the below error messages Socker Error: Connection refused and IDLE's subprocess didnt make connection. Either IDLE can't start subprocess or personal firewall software is blocking the connection. Have someone encountered this issue? Please help.

Re: IDLE issue

2008-08-20 Thread Gabriel Genellina
En Wed, 20 Aug 2008 04:56:32 -0300, aditya shukla <[EMAIL PROTECTED]> escribi�: I found something interesting while working in idle.I have windows vista and python2.5 if i do import subprocess proc =subprocess.Popen('cmd.exe',stdin=subprocess.PIPE,stdout=subprocess.PIPE) output = proc.commu

IDLE issue

2008-08-20 Thread aditya shukla
I found something interesting while working in idle.I have windows vista and python2.5 if i do import subprocess proc =subprocess.Popen('cmd.exe',stdin=subprocess.PIPE,stdout=subprocess.PIPE) output = proc.communicate('dir\n')[0] print repr(output) This dosen't work in idle while if it put it up