Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: eryk sun Newsgroups: comp.lang.python Subject: Re: unable to open IDLE for Python3.50rc1 on windows10 64bit AMD Date: Thu, 24 Dec 2015 16:17:14 -0600 Lines: 11 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de NrNti89emZxgNmBt6+TdBwc41qXYPTeoGp0jebTlJELQ== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'received:209.85.223': 0.03; 'subject:IDLE': 0.04; 'python': 0.10; 'thu,': 0.15; '24,': 0.16; 'dlls': 0.16; 'idlelib': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'tkinter.': 0.16; 'wrote:': 0.16; '2015': 0.20; 'cc:2**0': 0.20; 'extension': 0.20; 'tkinter': 0.22; 'installation': 0.23; 'dec': 0.23; 'dependent': 0.23; 'import': 0.24; 'cc:addr:gmail.com': 0.24; 'header:In-Reply-To:1': 0.24; 'module': 0.25; 'installed': 0.26; 'message-id:@mail.gmail.com': 0.27; "can't": 0.32; 'directory,': 0.33; 'idle': 0.33; 'received:google.com': 0.35; 'configured': 0.35; 'should': 0.36; 'there': 0.36; 'received:209.85': 0.36; 'to:addr:python-list': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'mac': 0.37; 'received:209': 0.38; 'several': 0.38; 'files': 0.38; 'to:addr:python.org': 0.40; 'your': 0.60 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=qfzty37MgSMJE7n96T26ktIGofHbXIHXo36xsXV6d/g=; b=QUzFLWE9hM11Zm66WSpHD1ypVibDIzN6f5alZMEy1U9VpHxhks4HrQXYMPJYYKYje/ kOI68Zf6qMYJCud7Bp8WcqqoGwV9UzOjKDrfVDf7ewPczkNw3Ai/rM0tlKQEqDuT6ij6 +Q15a0YrlsSMH521klQ7eD51/M8O9FO6FnbkpIPClDo8Y856Q/z9tGiuUi38o7xsghiM /gw1MaJ/1JJl9/i1vgcOc9ZtfVC/SRZMbqKHMCKbw97A+tZhegSg2DMuYiXXWz7u0qCB iuPaLI4NEjxMCPNEMzAeGKwZRUNdUdKirGZFvi4o5oBdwepwEFM52wBQkIeSm5BjbGk2 ZFbg== X-Received: by 10.107.11.68 with SMTP id v65mr37663294ioi.188.1450995474457; Thu, 24 Dec 2015 14:17:54 -0800 (PST) In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ 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:100838 On Thu, Dec 24, 2015 at 3:29 PM, Nicky Mac wrote: > > C:\Users\Nick>python -m idlelib > ** IDLE can't import Tkinter. > Your Python may not be configured for Tk. ** In the 3.5 installation directory, ensure that tkinter is installed in Lib/tkinter. There should be an "__init__.py" and several other files such as "filedialog.py". Also ensure that the DLLs directory has the extension module "_tkinter.pyd" and dependent DLLs "tcl86t.dll" and "tk86t.dll".