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


Groups > comp.lang.python > #100195

Re: tkinter

From Zachary Ware <zachary.ware+pylist@gmail.com>
Newsgroups comp.lang.python
Subject Re: tkinter
Date 2015-12-09 07:56 -0600
Message-ID <mailman.91.1449669387.12405.python-list@python.org> (permalink)
References <DBXPR07MB14246B942EA24662EB97D80A3080@DBXPR07MB142.eurprd07.prod.outlook.com>

Show all headers | 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