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


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

Re: how do I put the python on my desktop or even access it

Started byeryk sun <eryksun@gmail.com>
First post2016-01-17 15:46 -0600
Last post2016-01-17 15:46 -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: how do I put the python on my desktop or even access it eryk sun <eryksun@gmail.com> - 2016-01-17 15:46 -0600

#101862 — Re: how do I put the python on my desktop or even access it

Fromeryk sun <eryksun@gmail.com>
Date2016-01-17 15:46 -0600
SubjectRe: how do I put the python on my desktop or even access it
Message-ID<mailman.77.1453067251.15297.python-list@python.org>
On Sun, Jan 17, 2016 at 9:03 AM, Michael Torrie <torriem@gmail.com> wrote:
>
> but if it's a text-mode program you must run it from cmd.exe like this:
>
> python \path\to\myprogram.py.

You only need to run from another console program to keep the window
open after Python exits. You can even do that in other ways, but doing
that is more complicated than it is useful.

BTW, each console window is hosted by an instance of conhost.exe.
There's nothing special about cmd.exe with respect to the console.

[toc] | [standalone]


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


csiph-web