Re: Subprocess Startup Error

2018-03-06 Thread Terry Reedy
On 3/6/2018 6:00 PM, Jeremy Jamar St. Julien wrote: Whenever I try to open the python shell it says IDLE’s subprocess didn’t make a connection. You must be referring to IDLE's GUI Shell, not Python's normal console text (TUI?) shell or REPL. IDLE normally runs its GUI in one process and you

Re: Subprocess Startup Error

2016-08-09 Thread Lawrence D’Oliveiro
On Wednesday, August 10, 2016 at 8:12:10 AM UTC+12, xlarged...@aol.com wrote: > "Either IDLE can't start a subprocess or personal firewall software is > blocking the connection." Q: Why does Windows print such explanatory error messages? A: To give you a hint as to the cause of the problem. -- h

Re: subprocess startup error

2016-07-02 Thread matej123cekk
try to download pywin (i think that pywin will working ok) url to download https://sourceforge.net/projects/pywin32/files/pywin32/ -- https://mail.python.org/mailman/listinfo/python-list

Re: subprocess startup error

2016-07-02 Thread Terry Reedy
On 7/1/2016 11:43 PM, Veek. M wrote: Shweta Dinnimani wrote: hi hello, I'm begineer to python programming.. I had installed python 3.5.1 version on my windows 7 system. I was fine earlier and now when i was trying the programs on string i'm facing the subprocess startup error. IDLE is not conn

Re: subprocess startup error

2016-07-01 Thread Veek. M
Shweta Dinnimani wrote: > hi > > hello, I'm begineer to python programming.. I had installed python > 3.5.1 version on my windows 7 system. I was fine earlier and now when > i was trying the programs on string i'm facing the subprocess startup > error. IDLE is not connecting. And python shell is

Re: subprocess startup error

2016-02-27 Thread Terry Reedy
On 2/26/2016 10:08 AM, Wolfgang Maier wrote: On 26.02.2016 15:57, Emile van Sebille wrote: On 2/26/2016 6:49 AM, Oscar Benjamin wrote: On 26 February 2016 at 13:30, Peter Otten <__pete...@web.de> wrote: Shweta Dinnimani wrote: i saved my file as string.py since than i'm facing this error Re

Re: subprocess startup error

2016-02-27 Thread Terry Reedy
On 2/26/2016 9:49 AM, Oscar Benjamin wrote: On 26 February 2016 at 13:30, Peter Otten <__pete...@web.de> wrote: Shweta Dinnimani wrote: hello, I'm begineer to python programming.. I had installed python 3.5.1 version on my windows 7 system. I was fine earlier and now when i was trying the prog

Re: subprocess startup error

2016-02-26 Thread Mark Lawrence
On 26/02/2016 15:08, Wolfgang Maier wrote: On 26.02.2016 15:57, Emile van Sebille wrote: On 2/26/2016 6:49 AM, Oscar Benjamin wrote: On 26 February 2016 at 13:30, Peter Otten <__pete...@web.de> wrote: Shweta Dinnimani wrote: i saved my file as string.py since than i'm facing this error Rena

Re: subprocess startup error

2016-02-26 Thread Wolfgang Maier
On 26.02.2016 15:57, Emile van Sebille wrote: On 2/26/2016 6:49 AM, Oscar Benjamin wrote: On 26 February 2016 at 13:30, Peter Otten <__pete...@web.de> wrote: Shweta Dinnimani wrote: i saved my file as string.py since than i'm facing this error Rename that file to something that does not clas

Re: subprocess startup error

2016-02-26 Thread Emile van Sebille
On 2/26/2016 6:49 AM, Oscar Benjamin wrote: On 26 February 2016 at 13:30, Peter Otten <__pete...@web.de> wrote: Shweta Dinnimani wrote: i saved my file as string.py since than i'm facing this error Rename that file to something that does not clash with the module names in the standard library

Re: subprocess startup error

2016-02-26 Thread Oscar Benjamin
On 26 February 2016 at 13:30, Peter Otten <__pete...@web.de> wrote: > Shweta Dinnimani wrote: >>> >>> hello, I'm begineer to python programming.. I had installed python 3.5.1 >>> version on my windows 7 system. I was fine earlier and now when i was >>> trying the programs on string i'm facing the s

Re: subprocess startup error

2016-02-26 Thread Peter Otten
Shweta Dinnimani wrote: > forgot to mention.. > > i saved my file as string.py since than i'm facing this error Rename that file to something that does not clash with the module names in the standard library, mystring.py for example, and IDLE should work again. > On Fri, Feb 26, 2016 at 6:50 P

Re: subprocess startup error

2016-02-26 Thread Shweta Dinnimani
forgot to mention.. i saved my file as string.py since than i'm facing this error On Fri, Feb 26, 2016 at 6:50 PM, Shweta Dinnimani wrote: > hi > > hello, I'm begineer to python programming.. I had installed python 3.5.1 > version on my windows 7 system. I was fine earlier and now when i was >

Re: Subprocess Startup Error

2012-04-13 Thread Clikkeb
Dan, although it's been almost a year since your request, I hope my answer will help you and anyone who needs. In order to run properly, IDLE needs that the string returned by os.path.expanduser("~") is an existent and writable directory, where IDLE creates the .idlerc configuration file. --

Re: Subprocess Startup Error

2012-04-13 Thread Clikkeb
Dan, although it's been almost a year since your request, I hope my answer will help you and anyone who needs. In order to run properly, IDLE needs that the string returned by os.path.expanduser("~") is an existent and writable directory, where IDLE creates the .idlerc configuration file. --