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


Groups > comp.lang.python > #95055

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

Path csiph.com!goblin2!goblin.stu.neva.ru!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!newsgate.cistron.nl!newsgate.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.006
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'attempted': 0.09; 'icon': 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; 'appear.': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'reedy': 0.16; 'subject:Installation': 0.16; 'time).': 0.16; 'tkinter.': 0.16; 'wrote:': 0.16; 'odd': 0.18; 'python?': 0.18; 'together.': 0.20; 'windows': 0.20; 'tkinter': 0.22; 'import': 0.24; 'header:In- Reply-To:1': 0.24; 'install': 0.25; 'header:User-Agent:1': 0.26; 'example': 0.26; 'command': 0.26; 'installed': 0.26; 'header:X -Complaints-To:1': 0.26; 'error': 0.27; "skip:' 10": 0.28; "can't": 0.32; 'run': 0.33; 'idle': 0.33; 'configured': 0.35; 'but': 0.36; 'should': 0.36; 'instead': 0.36; 'there': 0.36; 'to:addr:python-list': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'received:org': 0.37; 'sure': 0.39; 'application': 0.39; 'to:addr:python.org': 0.40; 'some': 0.40; 'your': 0.60; 'thomas': 0.63; 'box.': 0.66; 'prime': 0.72; 'smith': 0.76; 'subject:Successful': 0.84; 'tkinter,': 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:31:02 -0400
References <mailman.1245.1438807197.3674.python-list@python.org> <2089419.rtOe05Tiyo@PointedEars.de>
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 <2089419.rtOe05Tiyo@PointedEars.de>
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.1259.1438824676.3674.python-list@python.org> (permalink)
Lines 32
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1438824676 news.xs4all.nl 2822 [2001:888:2000:d::a6]:52904
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:95055

Show key headers only | View raw


On 8/5/2015 6:09 PM, Thomas 'PointedEars' Lahn wrote:
> Rick Smith wrote:

>> I also attempted to run "idle", with the following results:
>>
>>     C:
> \Users\judy\AppData\Local\Programs\Python\Python35-32\Lib\idlelib>idle.py
>>     ** IDLE can't import Tkinter.
>>     Your Python may not be configured for Tk. **

Rick, can you run python?  What happens with 'import tkinter'?

> I do not know IDLE well (if at all after all this time).  Make sure that you
> have installed the prerequisites.

A Windows install should install tkinter and Idle together.

 > But it strikes me as odd to run a GUI-
> based application from the Windows command shell.

This is the right thing to do when there is a problem, as some error 
messages get delivered to the console.  The prime example is the above. 
  If Idle cannot import tkinter, it cannot use a tkinter message box.

 > Is there not an icon that you can use instead to run it?

In the start menu, but that error message would not appear.


-- 
Terry Jan Reedy

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


Thread

Installation Successful, but pythonw and idle doesn't function "Rick Smith" <python@activemail.us> - 2015-08-05 16:12 +0000
  Re: Installation Successful, but pythonw and idle doesn't function Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2015-08-06 00:09 +0200
    Re: Installation Successful, but pythonw and idle doesn't function Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2015-08-06 00:14 +0200
    Re: Installation Successful, but pythonw and idle doesn't function Terry Reedy <tjreedy@udel.edu> - 2015-08-05 21:31 -0400
      Re: Installation Successful, but pythonw and idle doesn't function Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2015-08-06 08:56 +0200

csiph-web