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

Subprocess Startup Error

2018-03-06 Thread Jeremy Jamar St. Julien
Whenever I try to open the python shell it says IDLE’s subprocess didn’t make a connection. Everything worked fine yesterday and I haven’t done anything I think would cause this problem. Any way to fix this? I’ve tried repairing and redownloading --

Re: Subprocess Startup Error

2016-08-10 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. --

Subprocess Startup Error

2016-08-09 Thread Sean via Python-list
Does anyone have advice on how to resolve this message when I attempt to open IDLE? "IDLE's subprocess didn't make connection. Either IDLE can't start a subprocess or personal firewall software is blocking the connection." I am running Windows 10 Home on a 64bit machine. I am running

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

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

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: subprocess startup error

2016-02-27 Thread Terry Reedy
trying the programs on string i'm facing the subprocess startup error. IDLE is not connecting. And python shell is also not opening. I tried uninstalling and installing the python shell but Im facing the problem.Please do help me What do you mean by 'python shell' and how do you uninstall and i

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

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

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

Re: subprocess startup error

2016-02-26 Thread Oscar Benjamin
> trying the programs on string i'm facing the subprocess startup error. >>> IDLE is not connecting. And python shell is also not opening. I tried >>> uninstalling and installing the python shell but Im facing the >>> problem.Please do help me > >> forgot to mention

Re: subprocess startup error

2016-02-26 Thread Peter Otten
2016 at 6:50 PM, Shweta Dinnimani <shweta.d@gmail.com> > 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 s

Re: subprocess startup error

2016-02-26 Thread Shweta Dinnimani
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 also not opening. I tried > uninstalling and installing the python shell but Im facing the > problem.Please do help me > >

subprocess startup error

2016-02-26 Thread Shweta Dinnimani
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 also not opening. I tried

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.

[issue14523] IDLE's subprocess startup error

2012-04-08 Thread R. David Murray
R. David Murray rdmur...@bitdance.com added the comment: I'm sorry, but the bug tracker isn't a good place to get help. You'll have better luck getting assistance for this on the python-list mailing list (see mail.python.org). -- nosy: +r.david.murray resolution: - invalid stage: -

[issue14523] IDLE's subprocess startup error

2012-04-07 Thread Arcangeltj
messages: 157764 nosy: arcangeltj priority: normal severity: normal status: open title: IDLE's subprocess startup error type: crash versions: Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14523

Subprocess Startup Error

2011-06-15 Thread Dan Riner
I just installed Python 3.2 and when starting the GUI from the start menu I get a Subprocess Startup Error message : IDLE's subprocess didn't make connection. Either IDLE can't start a subprocess or personal firewall software is blocking the connection. I'm running XP (SP3) and have added python

[issue8231] Subprocess Startup Error - unable to create user config directory

2010-03-25 Thread cane
or is there something else that I can try to fix this issue? Thanks, Bryan -- components: Windows files: error.png messages: 101708 nosy: cane severity: normal status: open title: Subprocess Startup Error - unable to create user config directory type: crash versions: Python 2.6, Python 3.1

[issue7217] IDLE Subprocess Startup Error {Solved}

2009-11-04 Thread ali
computer. After installing python again, the problem was solved. Thanks again -- title: IDLE Subprocess Startup Error - IDLE Subprocess Startup Error {Solved} ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7217

[issue7217] IDLE Subprocess Startup Error {Solved}

2009-11-04 Thread Amaury Forgeot d'Arc
Changes by Amaury Forgeot d'Arc amaur...@gmail.com: -- resolution: - invalid status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7217 ___

[issue7217] IDLE Subprocess Startup Error

2009-11-03 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc amaur...@gmail.com added the comment: Do you have some Queue.py in your PYTHONPATH, before the standard one? What do you get when starting python from cmd: import Queue print Queue (It should be module 'Queue' from 'C:\Python26\lib\Queue.pyc') -- nosy:

[issue7217] IDLE Subprocess Startup Error

2009-11-01 Thread ali
ali mr.da...@gmail.com added the comment: ? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7217 ___ ___ Python-bugs-list mailing list

[issue7217] IDLE Subprocess Startup Error

2009-10-27 Thread ali
. Also, I can run python under cmd without any problem. But when I try to open IDLE using start menu icon, this error massage appears: Subprocess Startup Error IDLE's subprocess didn't make connection. either idle can't start a subprocess or personal firewall software is blocking the connection. I

[issue7217] IDLE Subprocess Startup Error

2009-10-27 Thread ali
ali mr.da...@gmail.com added the comment: I'm using windows vista x64 I've tried restarting my computer and manually deleting files but didn't help. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7217

[issue5065] IDLE improve Subprocess Startup Error message

2009-04-26 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Fixed in r71126, #1529142. -- nosy: +ajaksu2 resolution: - duplicate stage: - committed/rejected status: open - closed superseder: - Allowing multiple instances of IDLE with sub-processes ___ Python

[issue5065] IDLE improve Subprocess Startup Error message

2009-01-26 Thread Gabriel Genellina
Gabriel Genellina gagsl-...@yahoo.com.ar added the comment: #1529142 would fix this issue also, if it were accepted. -- nosy: +gagenellina ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5065

[issue5065] IDLE improve Subprocess Startup Error message

2009-01-26 Thread Raymond Hettinger
Changes by Raymond Hettinger rhettin...@users.sourceforge.net: -- nosy: +rhettinger ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5065 ___ ___

[issue5065] IDLE improve Subprocess Startup Error message

2009-01-25 Thread Steven D'Aprano
to allow the connection, e.g. Allow UDP/TCP connections to 127.0.0.1 on ports FOO and BAR and try again. -- components: IDLE messages: 80560 nosy: stevenjd severity: normal status: open title: IDLE improve Subprocess Startup Error message type: feature request

[issue2191] SubProcess Startup error

2008-02-25 Thread Madhusudan SK
New submission from Madhusudan SK: After installing the Python.msi x86 installer on an Intel P4 machine running Windows XP SP2, I am getting the error Subprocess startup error and when i click OK on the dialog box the Python IDLE closes. I do not have Microsoft Visual Studio installed on my

[issue2191] SubProcess Startup error

2008-02-25 Thread Madhusudan SK
Madhusudan SK added the comment: One more thing i am already running Python 2.5.2 and concurrently installed Python 3.0 a without uninstalling the 2.5.2. __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue2191 __

[issue2191] SubProcess Startup error

2008-02-25 Thread Facundo Batista
Facundo Batista added the comment: IDLE works in a server/client configuration with itself. Most probably the firewall is blocking IDLE's connections. Best way to try this is full disabling the firewall, and trying. If it works, remember to activate the firewall back, and configure it

[issue2191] SubProcess Startup error

2008-02-25 Thread Madhusudan SK
Madhusudan SK added the comment: hi, thanks so much for the clarification but i never faced this problem with 2.5.2. This is the only instance of pyhton that causes the mentioned error. On 2/26/08, Facundo Batista [EMAIL PROTECTED] wrote: Facundo Batista added the comment: IDLE works in a