Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #110931 > unrolled thread

Re: subprocess startup error

Started by"Veek. M" <vek.m1234@gmail.com>
First post2016-07-02 09:13 +0530
Last post2016-07-02 15:29 -0400
Articles 2 — 2 participants

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: subprocess startup error "Veek. M" <vek.m1234@gmail.com> - 2016-07-02 09:13 +0530
    Re: subprocess startup error Terry Reedy <tjreedy@udel.edu> - 2016-07-02 15:29 -0400

#110931 — Re: subprocess startup error

From"Veek. M" <vek.m1234@gmail.com>
Date2016-07-02 09:13 +0530
SubjectRe: subprocess startup error
Message-ID<nl7d8s$lhe$1@dont-email.me>
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 also not opening. I
> tried uninstalling and installing the python shell but Im facing the
> problem.Please do help me
> 

You need to post/screen-capture the whole error message/traceback.

[toc] | [next] | [standalone]


#110961

FromTerry Reedy <tjreedy@udel.edu>
Date2016-07-02 15:29 -0400
Message-ID<mailman.28.1467487763.2295.python-list@python.org>
In reply to#110931
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 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

In my answer to 
https://stackoverflow.com/questions/37997715/idles-subprocess-didnt-make-a-connection-either-idle-cant-start-or-personal/38001829#38001829
I list all the possible reasons I know of.

A file of yours with the same name as a stdlib file is at least as 
common reason as antivirus/firewall software.

> You need to post/screen-capture the whole error message/traceback.

If you start IDLE from Command Prompt with 'python -m idlelib', you 
might get more information.

-- 
Terry Jan Reedy

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web