Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #110961
| Path | csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| From | Terry Reedy <tjreedy@udel.edu> |
| Newsgroups | comp.lang.python |
| Subject | Re: subprocess startup error |
| Date | Sat, 2 Jul 2016 15:29:11 -0400 |
| Lines | 27 |
| Message-ID | <mailman.28.1467487763.2295.python-list@python.org> (permalink) |
| References | <mailman.148.1456492907.20994.python-list@python.org> <nl7d8s$lhe$1@dont-email.me> <nl94m9$bli$1@ger.gmane.org> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=utf-8; format=flowed |
| Content-Transfer-Encoding | 7bit |
| X-Trace | news.uni-berlin.de FU/uu8U3lUDNjamYpI6iEwVbqVNioUg3jXrHJiiFQy1A== |
| Return-Path | <python-python-list@m.gmane.org> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.001 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; 'startup': 0.05; "'python": 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; 'jan': 0.11; 'subject:error': 0.11; 'received:80.91.229.3': 0.16; 'received:io': 0.16; 'received:plane.gmane.org': 0.16; 'received:psf.io': 0.16; 'reedy': 0.16; 'subprocess': 0.16; 'uninstalling': 0.16; 'wrote:': 0.16; 'string': 0.17; 'of.': 0.18; 'shell': 0.18; 'windows': 0.20; 'trying': 0.22; 'tried': 0.24; 'header:In-Reply-To:1': 0.24; 'software.': 0.25; 'header:User- Agent:1': 0.26; 'command': 0.26; 'installed': 0.26; 'header:X -Complaints-To:1': 0.26; 'earlier': 0.27; 'error': 0.27; 'least': 0.27; 'fine': 0.28; "i'm": 0.30; 'error.': 0.31; 'common': 0.33; 'idle': 0.33; 'file': 0.34; 'list': 0.34; 'installing': 0.35; 'but': 0.36; 'possible': 0.36; 'to:addr:python-list': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'received:org': 0.37; 'version': 0.38; 'system.': 0.39; 'to:addr:python.org': 0.40; 'hello,': 0.40; 'programs': 0.62; 'received:96': 0.63; 'more': 0.63; 'prompt': 0.79; '3.5.1': 0.84; 'yours': 0.89; 'received:fios.verizon.net': 0.91 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| X-Gmane-NNTP-Posting-Host | pool-96-227-207-81.phlapa.fios.verizon.net |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 |
| In-Reply-To | <nl7d8s$lhe$1@dont-email.me> |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.22 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| X-Mailman-Original-Message-ID | <nl94m9$bli$1@ger.gmane.org> |
| X-Mailman-Original-References | <mailman.148.1456492907.20994.python-list@python.org> <nl7d8s$lhe$1@dont-email.me> |
| Xref | csiph.com comp.lang.python:110961 |
Show key headers only | View raw
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
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
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
csiph-web