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


Groups > comp.lang.python > #95051

Re: Installation Successful, but pythonw and idle doesn't function

Path csiph.com!goblin2!goblin.stu.neva.ru!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
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.009
X-Spam-Evidence '*H*': 0.98; '*S*': 0.00; 'socket': 0.07; '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; 'idlelib': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'reedy': 0.16; 'subject:Installation': 0.16; 'thread.': 0.16; 'wrote:': 0.16; 'say,': 0.18; 'versions': 0.20; 'seems': 0.23; 'header:In-Reply- To:1': 0.24; 'install': 0.25; 'header:User-Agent:1': 0.26; 'command': 0.26; 'header:X-Complaints-To:1': 0.26; 'error': 0.27; 'work.': 0.30; 'error.': 0.31; 'certain': 0.31; 'another': 0.32; 'returned': 0.32; 'idle': 0.33; 'interaction': 0.33; 'worked': 0.34; 'that,': 0.34; 'could': 0.35; 'but': 0.36; 'should': 0.36; 'there': 0.36; 'to:addr:python-list': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'being': 0.37; 'received:org': 0.37; 'starting': 0.37; 'or,': 0.38; 'end': 0.39; 'does': 0.39; 'to:addr:python.org': 0.40; 'your': 0.60; 'times': 0.63; 'smith': 0.76; 'subject:Successful': 0.84; 'received:fios.verizon.net': 0.91; 'rick': 0.93
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Terry Reedy <tjreedy@udel.edu>
Subject Re: Installation Successful, but pythonw and idle doesn't function
Date Wed, 5 Aug 2015 21:07:00 -0400
References <201508051612.t75GCc5m017047@rs103.luxsci.com>
Mime-Version 1.0
Content-Type text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding 7bit
X-Gmane-NNTP-Posting-Host pool-98-114-97-173.phlapa.fios.verizon.net
User-Agent Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0
In-Reply-To <201508051612.t75GCc5m017047@rs103.luxsci.com>
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.20+
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>
Newsgroups comp.lang.python
Message-ID <mailman.1256.1438823406.3674.python-list@python.org> (permalink)
Lines 31
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1438823406 news.xs4all.nl 2930 [2001:888:2000:d::a6]:58048
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:95051

Show key headers only | View raw


On 8/5/2015 12:12 PM, Rick Smith wrote:
>
> I was able to install various versions of Python (3.5.0b4 32bit being
> the most recent) multiple times (uninstalling in between) and they
> worked ("python --version" at the command line worked).
>
> However pythonw.exe did not and does not work. I was simply returned to
> the command prompt, without ANY interaction or error.

C:\Programs\Python35>pythonw

C:\Programs\Python35>

Normal behavior.

Try
 > python -m idlelib
or, if that does not start 3.5,
 > py -3.5 -m idlelib
and you should either see Idle or an error message

If Idle is starting but not connecting, as you seems to say, there there 
is a problems with your network socket configuration or another program. 
  Adding -n at the end of the command line will will bypass that, though 
you could have other problems in certain situations.

Please see my Who uses IDLE? thread.

-- 
Terry Jan Reedy

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Installation Successful, but pythonw and idle doesn't function Terry Reedy <tjreedy@udel.edu> - 2015-08-05 21:07 -0400

csiph-web