Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Nicky Mac Newsgroups: comp.lang.python Subject: Re: unable to open IDLE for Python3.50rc1 on windows10 64bit AMD Date: Fri, 25 Dec 2015 14:12:00 +0000 Lines: 27 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de +av5kveESNguZtdHxBo6pwmExOT/UyqDVY4gYcPhylwg== 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; 'cc:addr:python-list': 0.09; 'python': 0.10; 'thu,': 0.15; '24,': 0.16; 'dlls': 0.16; 'fallback': 0.16; 'idlelib': 0.16; 'nick': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'tkinter.': 0.16; 'wrote:': 0.16; '>': 0.18; 'email addr:gmail.com>': 0.18; '2015': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'extension': 0.20; 'tkinter': 0.22; 'cc:no real name:2**0': 0.22; 'installation': 0.23; 'dec': 0.23; 'dependent': 0.23; 'import': 0.24; 'header:In-Reply-To:1': 0.24; 'module': 0.25; 'installed': 0.26; 'required.': 0.26; 'message-id:@mail.gmail.com': 0.27; 'resolution': 0.28; "can't": 0.32; 'december': 0.32; 'continuing': 0.32; 'maybe': 0.33; 'directory,': 0.33; 'idle': 0.33; 'skip:& 20': 0.35; 'received:google.com': 0.35; 'configured': 0.35; 'problem.': 0.35; 'should': 0.36; 'there': 0.36; 'received:209.85': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'skip:& 10': 0.37; 'thanks': 0.37; 'mac': 0.37; 'received:209': 0.38; 'several': 0.38; 'files': 0.38; 'your': 0.60; 'address': 0.61; 'skip:u 10': 0.61; 'christmas': 0.66; 'have\xc2\xa0': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=a6LtGnl25VgRCTBCYxXIIPgsUDlrVGsWxP7X/bDGYBc=; b=rQUgfeGC8K81goi8K88ECKPUOXkxnFwyDQWYQuSy2G/+nZGZvv9tAdaFY0wuVCIlaR FR+E0n7haiKHaefWL2yM3LXV4DG86GbwH51lDBBkpPsymjtddmMPKAaCrSHntXH0FLZ4 YyvTg2jLVhySmFu39uv1YcjvuslzV2nfRrNiUm4f6AbgyIxQ1NsRwJfQcPbUiPjdNFZa RbqAb/mo1+1n8oQ210Kz/+gWO3lEJDVdGjC7oXH4ABbS4ZA3ui17uC/k+kTdg8mB8JkH Vmy51Mf+MJwJ4/Nyc+bDqiPUPZ6kUhZEHU9GwhjYSUON8OQVNCVp7D5x1696p0srEfLC HTxg== X-Received: by 10.107.33.203 with SMTP id h194mr37608319ioh.108.1451052720633; Fri, 25 Dec 2015 06:12:00 -0800 (PST) In-Reply-To: X-Mailman-Approved-At: Fri, 25 Dec 2015 09:53:22 -0500 X-Content-Filtered-By: Mailman/MimeDel 2.1.20+ 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:100856 thanks again for continuing to address my problem. all those files are present as required. This is a hard slog. Maybe I should give up and fallback to my now working win 7 system until a resolution crops up via an update/upgrade. Have a happy and peaceful Christmas On 24 December 2015 at 22:17, eryk sun wrote: > 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". > -- Nick "Mac" McElwaine