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

2016-01-17 Thread eryk sun
On Sun, Jan 17, 2016 at 6:05 PM, Michael Torrie wrote: > On 01/17/2016 02:46 PM, eryk sun wrote: >> On Sun, Jan 17, 2016 at 9:03 AM, Michael Torrie 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 r

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

2016-01-17 Thread Michael Torrie
On 01/17/2016 02:46 PM, eryk sun wrote: > On Sun, Jan 17, 2016 at 9:03 AM, Michael Torrie 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

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

2016-01-17 Thread eryk sun
On Sun, Jan 17, 2016 at 9:03 AM, Michael Torrie 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, bu

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

2016-01-17 Thread Michael Torrie
On 01/16/2016 01:11 PM, zack fitzsimons wrote: > > > > > > > I'm assuming based on your empty email that you must be running Windows. Python is a command-line program. First run cmd.exe and then from there you can run python.exe and interact with it in immediate mode. To create and run p

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

2016-01-17 Thread Igor Korot
-- Forwarded message -- From: Igor Korot Date: Sun, Jan 17, 2016 at 9:44 AM Subject: Re: how do I put the python on my desktop or even access it To: zack fitzsimons Hi, On Sat, Jan 16, 2016 at 3:11 PM, zack fitzsimons wrote: You can't put a snake onto you Desktop. An

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

2016-01-17 Thread zack fitzsimons
Sent from Windows Mail -- https://mail.python.org/mailman/listinfo/python-list