Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Zachary Ware Newsgroups: comp.lang.python Subject: Re: tkinter Date: Wed, 9 Dec 2015 07:56:19 -0600 Lines: 30 Sender: zachary.ware@gmail.com Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: news.uni-berlin.de Ai6n0lEfWeoofv2Qiw+EaAcoi4+L3ux8KQZlfHgxwcFw== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.008 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'cc:addr:python-list': 0.09; 'python': 0.10; 'python.': 0.11; 'instead.': 0.15; 'properly': 0.15; 'command,': 0.16; 'email addr:hotmail.com>': 0.16; 'phone)': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'recognised': 0.16; 'wrote:': 0.16; 'sender:addr:gmail.com': 0.18; '"you': 0.18; '>': 0.18; 'library': 0.20; 'windows': 0.20; '2015': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; '(on': 0.22; 'assuming': 0.22; 'please?': 0.22; 'tkinter': 0.22; 'file.': 0.22; 'cc:no real name:2**0': 0.22; 'am,': 0.23; 'dec': 0.23; 'interfaces': 0.23; 'header:In-Reply-To:1': 0.24; 'command': 0.26; 'installed': 0.26; 'external': 0.27; 'helpful': 0.27; 'message-id:@mail.gmail.com': 0.27; 'windows,': 0.29; "i'm": 0.30; 'window': 0.30; 'help,': 0.32; 'message.': 0.33; 'reference,': 0.33; 'open': 0.33; 'running': 0.34; 'received:google.com': 0.35; 'asking': 0.35; 'should': 0.36; 'received:209.85': 0.36; 'subject:: ': 0.37; 'version': 0.38; 'received:209': 0.38; 'hi,': 0.38; 'received:209.85.214': 0.39; 'questions': 0.40; 'future': 0.60; 'your': 0.60; 'hope': 0.61; 'provide': 0.61; 'default': 0.61; '"that\'s': 0.91; 'graphical': 0.91; 'this;': 0.93; 'to:addr:hotmail.com': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=EleivN5Y9Zb9StMkihG3KKszB6ZtBZtJP12ZimWPaAA=; b=wVXE8FEn0XJmj5Xr43uOTQui1PDclYcBs8psK6BMU0RJ7AhipZJXNre3Vo9DX30iXO ipgXNCacEfH4FqUNsFgi3q2p2aWjPL3SRiKOjNnXHDUYH7UzibjDLy3xhlckxp0//0bi WhB6EKmHqkGN3x8M0RmmK+zTUWHuMNaUdDLMqfDRbAwLthzQBv5foVY6VamDgEylJgwD JmIVkPAf5epXEzJ47zBNnjWelyd1htFAQ+CJwxEA7pOluCb/kE8UoRcSHhCBS4qXA9kT BBtg8xUIMFo4uv/PLfQ2BwE4nywQq/fdFOF8GrHWSjQzVlZ54a7MUYcqi6LZuVGSUpfD O87g== X-Received: by 10.60.79.164 with SMTP id k4mr4324504oex.16.1449669379324; Wed, 09 Dec 2015 05:56:19 -0800 (PST) In-Reply-To: X-Google-Sender-Auth: 6MEFOWJJDsti6fwyuWDvXc7GtSk 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:100195 On Dec 9, 2015 3:36 AM, "Chris Harwood" wrote: > > Hi, > > Python =C2=BB 3.5.0 Documentation =C2=BB The Python Standard Library =C2= =BB 25. Graphical User Interfaces with Tk =C2=BB states that "You can check that tk= inter is properly installed on your system by running python -m tkinter from the command line; this should open a window demonstrating a simple Tk interface." > > Having recently installed Python 3.5.0 I find that python -m tkinter produces: > 'python' is not recognised as an internal or external command, operable program or batch file. > > Can you help, please? Try "py -3.5 -m tkinter" instead. On Windows, you have tkinter unless you deselected it when you installed Python. For future reference, it's very helpful to provide your OS and OS version when asking questions like this; I'm just assuming you're on Windows since that's the default "that's not on PATH" message. Hope this helps, -- Zach (On a phone)