Re: .py and running in Windows:

2006-06-13 Thread Dog Walker
to:[EMAIL PROTECTED] Behalf > Of Iain King > Sent: Tuesday, June 13, 2006 9:48 AM > To: python-list@python.org > Subject: Re: .py and running in Windows: > > > > Andrew Gwozdziewycz wrote: > > You'll have better results posting this to it's own thread. > > [...] -- http://mail.python.org/mailman/listinfo/python-list

Re: .py and running in Windows:

2006-06-13 Thread Fredrik Lundh
Michael Yanowitz wrote: > I never specified a thread. I think perhaps though because I did > open another message in this mailing list (to get the correct > email address to send to), but I deleted all its contents i put > it under that other thread, however there is no indication of a > thread in

Re: .py and running in Windows:

2006-06-13 Thread imcs ee
i modify "C:\Python\python.exe" -i "%1" %* to cmd /k;"C:\Python\python.exe" -i "%1" %* or cmd /k;"C:\Python\python.exe" "%1" %*   just a little trick.  On 13 Jun 2006 06:48:23 -0700, Iain King <[EMAIL PROTECTED]> wrote: Andrew Gwozdziewycz wrote:> You'll have better results posting this to it'

Re: .py and running in Windows:

2006-06-13 Thread tactics40
The only problem I know of for changing PY files to open up in an editor is that it could screw up Python as a CGI with Apache under Windows. To change file associations, right click and go to "Open With." Choose your text editor and click "always open with this problem" at the bottom. And easy wa

RE: .py and running in Windows:

2006-06-13 Thread Michael Yanowitz
13, 2006 9:48 AM To: python-list@python.org Subject: Re: .py and running in Windows: Andrew Gwozdziewycz wrote: > You'll have better results posting this to it's own thread. > He certainly should have, but since I've read it here anyway: > On Jun 13, 2006, at 9:29 AM, M

Re: .py and running in Windows:

2006-06-13 Thread Iain King
Andrew Gwozdziewycz wrote: > You'll have better results posting this to it's own thread. > He certainly should have, but since I've read it here anyway: > On Jun 13, 2006, at 9:29 AM, Michael Yanowitz wrote: > > > Hello: > > > > Presently in my Windows 2000 system, when I double-click on a >

Re: .py and running in Windows:

2006-06-13 Thread Andrew Gwozdziewycz
You'll have better results posting this to it's own thread. On Jun 13, 2006, at 9:29 AM, Michael Yanowitz wrote: > Hello: > > Presently in my Windows 2000 system, when I double-click on a > .py file (open it) it automatically runs it in Python. I would > like to change that behavour. That is fi

.py and running in Windows:

2006-06-13 Thread Michael Yanowitz
Hello: Presently in my Windows 2000 system, when I double-click on a .py file (open it) it automatically runs it in Python. I would like to change that behavour. That is fine for .pyc file, but for .py files, I would either like to have it run in Python but return to the Python shell prompt when