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


Groups > comp.lang.python > #100195

Re: tkinter

Path csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail
From Zachary Ware <zachary.ware+pylist@gmail.com>
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 <mailman.91.1449669387.12405.python-list@python.org> (permalink)
References <DBXPR07MB14246B942EA24662EB97D80A3080@DBXPR07MB142.eurprd07.prod.outlook.com>
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 <zachary.ware@gmail.com>
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&gt;': 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; '&gt;': 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 <DBXPR07MB14246B942EA24662EB97D80A3080@DBXPR07MB142.eurprd07.prod.outlook.com>
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 <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>
Xref csiph.com comp.lang.python:100195

Show key headers only | View raw


On Dec 9, 2015 3:36 AM, "Chris Harwood" <chrisandsue61@hotmail.com> wrote:
>
> Hi,
>
> Python » 3.5.0 Documentation » The Python Standard Library » 25.
Graphical User Interfaces with Tk » states that "You can check that tkinter
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)

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


Thread

Re: tkinter Zachary Ware <zachary.ware+pylist@gmail.com> - 2015-12-09 07:56 -0600

csiph-web