Path: csiph.com!news.mixmin.net!newsreader4.netcologne.de!news.netcologne.de!newsfeed.kamp.net!newsfeed.kamp.net!fu-berlin.de!uni-berlin.de!not-for-mail From: Peter Otten <__peter__@web.de> Newsgroups: comp.lang.python Subject: Re: subprocess startup error Date: Fri, 26 Feb 2016 14:30:13 +0100 Organization: None Lines: 22 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Trace: news.uni-berlin.de T7bb/+PMdLtmY4mWAobFXw1HGPWSWooldjSHd4jGNOcg== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'startup': 0.05; 'rename': 0.07; 'opening.': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.10; 'subject:error': 0.11; '2016': 0.16; 'received:80.91.229.3': 0.16; 'received:dip0.t-ipconnect.de': 0.16; 'received:io': 0.16; 'received:plane.gmane.org': 0.16; 'received:psf.io': 0.16; 'received:t-ipconnect.de': 0.16; 'subprocess': 0.16; 'uninstalling': 0.16; 'wrote:': 0.16; 'string': 0.17; 'library,': 0.18; 'shell': 0.18; 'windows': 0.20; 'trying': 0.22; 'feb': 0.23; 'forgot': 0.23; 'tried': 0.24; 'module': 0.25; 'header:User- Agent:1': 0.26; 'installed': 0.26; 'header:X-Complaints-To:1': 0.26; 'earlier': 0.27; 'error': 0.27; 'fri,': 0.27; 'fine': 0.28; "i'm": 0.30; 'error.': 0.31; 'idle': 0.33; 'file': 0.34; 'installing': 0.35; 'saved': 0.35; 'something': 0.35; 'but': 0.36; 'should': 0.36; 'to:addr:python-list': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'received:org': 0.37; 'version': 0.38; 'names': 0.38; 'does': 0.39; 'system.': 0.39; 'to:addr:python.org': 0.40; 'received:de': 0.40; 'hello,': 0.40; 'programs': 0.62; '26,': 0.72; '3.5.1': 0.84 X-Injected-Via-Gmane: http://gmane.org/ X-Gmane-NNTP-Posting-Host: p57bd9ac6.dip0.t-ipconnect.de User-Agent: KNode/4.13.3 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.21rc2 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:103539 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 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 >> 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