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


Groups > comp.lang.python > #100195 > unrolled thread

Re: tkinter

Started byZachary Ware <zachary.ware+pylist@gmail.com>
First post2015-12-09 07:56 -0600
Last post2015-12-09 07:56 -0600
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

#100195 — Re: tkinter

FromZachary Ware <zachary.ware+pylist@gmail.com>
Date2015-12-09 07:56 -0600
SubjectRe: tkinter
Message-ID<mailman.91.1449669387.12405.python-list@python.org>
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)

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web