Re: Python Launcher Pops Up When Py-based App Is Running (Mac)

2023-09-18 Thread dn via Python-list
On 17/09/2023 13.20, James Greenham via Python-list wrote: Hello, On the face of it, the Python-Mac mailing list is largely inactive so I'm posting here since it looks like this one is livelier. What happens when doGrab() is called from the REPL, after being 'fed' data you expect is valid?

Re: Python launcher

2020-04-15 Thread Souvik Dutta
Yes truly this exact question is a headache for beginners. Though it was not for me. On Thu, 16 Apr, 2020, 12:51 am Grant Edwards, wrote: > On 2020-04-15, Pieter van Oostrum wrote: > > Angel V writes: > > > >> Hello, > >> > >> I'm new to Python and recently began to self learn the language. >

Re: Python launcher

2020-04-15 Thread Grant Edwards
On 2020-04-15, Pieter van Oostrum wrote: > Angel V writes: > >> Hello, >> >> I'm new to Python and recently began to self learn the language. >> Unfortunately, whenever I try to launch it, I'm met with a black pop-up >> screen the disappears as soon as it comes up. I've tried uninstalling and I >

Re: Python launcher

2020-04-15 Thread Pieter van Oostrum
Angel V writes: > Hello, > > I'm new to Python and recently began to self learn the language. > Unfortunately, whenever I try to launch it, I'm met with a black pop-up > screen the disappears as soon as it comes up. I've tried uninstalling and I > just run into the same issue. I tried downloading

Re: Python launcher

2020-04-15 Thread Souvik Dutta
What is the exact thing you are trying to launch? On Wed, 15 Apr, 2020, 5:41 pm Angel V, wrote: > Hello, > > I'm new to Python and recently began to self learn the language. > Unfortunately, whenever I try to launch it, I'm met with a black pop-up > screen the disappears as soon as it comes up.

Re: "Python launcher" required to run *.py scripts on Windows?

2017-06-27 Thread eryk sun
On Tue, Jun 27, 2017 at 5:41 AM, Ben S. via Python-list wrote: > > When I always call Python script from CommandPrompt like > > D:\tools\Python\python.exe mypythonscript.py > > then this Launcher should not be necessary. The launcher implements shebang support for directly running Python scripts

Re: "Python launcher" required to run *.py scripts on Windows?

2017-06-27 Thread Andre Müller
Double Post: https://python-forum.io/Thread-Python-launcher-required-to-run-py-scripts-on-Windows Pleas don't do this. It's not a nice behavior. Thanks. Andre -- https://mail.python.org/mailman/listinfo/python-list

Re: "Python launcher" required to run *.py scripts on Windows?

2017-06-27 Thread Ned Batchelder
On Tuesday, June 27, 2017 at 1:41:22 AM UTC-4, Ben S. wrote: > As I observed v3.6.1 installs (on Windows 7) in addition to the core python > engine a second program "Python Launcher". > > As far as I read this component seems to be not necessary since it only aims > to facilitate the handling wi

Re: "Python launcher" required to run *.py scripts on Windows?

2017-06-27 Thread Terry Reedy
On 6/27/2017 1:41 AM, Ben S. via Python-list wrote: As I observed v3.6.1 installs (on Windows 7) in addition to the core python engine a second program "Python Launcher". As far as I read this component seems to be not necessary since it only aims to facilitate the handling with *.py scripts o

Re: Python launcher options

2016-01-10 Thread Edward Diener
On 1/10/2016 6:38 AM, Tim Golden wrote: On 10/01/2016 05:18, Edward Diener wrote: On 1/9/2016 11:03 AM, Tim Golden wrote: On 06/01/2016 00:48, Edward Diener wrote: The Python launcher in Windows is a neat tool for running multiple versions of Python 2 and Python 3 at different times. It allo

Re: Python launcher options

2016-01-10 Thread Edward Diener
On 1/10/2016 6:38 AM, Tim Golden wrote: On 10/01/2016 05:18, Edward Diener wrote: On 1/9/2016 11:03 AM, Tim Golden wrote: On 06/01/2016 00:48, Edward Diener wrote: The Python launcher in Windows is a neat tool for running multiple versions of Python 2 and Python 3 at different times. It allo

Re: Python launcher options

2016-01-10 Thread Tim Golden
On 10/01/2016 05:18, Edward Diener wrote: On 1/9/2016 11:03 AM, Tim Golden wrote: On 06/01/2016 00:48, Edward Diener wrote: The Python launcher in Windows is a neat tool for running multiple versions of Python 2 and Python 3 at different times. It allows as options the ability to specify the

Re: Python launcher options

2016-01-09 Thread Edward Diener
On 1/9/2016 11:03 AM, Tim Golden wrote: On 06/01/2016 00:48, Edward Diener wrote: The Python launcher in Windows is a neat tool for running multiple versions of Python 2 and Python 3 at different times. It allows as options the ability to specify the latest version of either Python 2 or Python 3

Re: Python launcher options

2016-01-09 Thread Tim Golden
On 06/01/2016 00:48, Edward Diener wrote: The Python launcher in Windows is a neat tool for running multiple versions of Python 2 and Python 3 at different times. It allows as options the ability to specify the latest version of either Python 2 or Python 3 defaulting to the 64-bit version if both

Re: Python launcher problem

2015-07-31 Thread ElChino
Zachary Ware wrote: On Jul 30, 2015 2:05 AM, "ElChino" mailto:elch...@cnn.cn>> wrote: > > If I in a cmd-shell (actually it is 4NT), do: > c:>py -3 -V & python3 -V > > I get: > Requested Python version (3) not installed << ! from py -3 -V > Python 3.5.0b2 << ! from the 2nd cmd.

Re: Python launcher problem

2015-07-30 Thread Zachary Ware
On Jul 30, 2015 2:05 AM, "ElChino" wrote: > > If I in a cmd-shell (actually it is 4NT), do: > c:>py -3 -V & python3 -V > > I get: > Requested Python version (3) not installed << ! from py -3 -V > Python 3.5.0b2 << ! from the 2nd cmd. > > What nonsense is this? I DO HAVE Python3 in my %PAT

Re: Python launcher problem

2015-07-30 Thread Terry Reedy
On 7/30/2015 3:03 AM, ElChino wrote: If I in a cmd-shell (actually it is 4NT), do: c:>py -3 -V & python3 -V I get: Requested Python version (3) not installed << ! from py -3 -V Python 3.5.0b2 << ! from the 2nd cmd. What nonsense is this? I DO HAVE Python3 in my %PATH. A Registry set

Re: Python launcher problem

2015-07-30 Thread Mark Lawrence
On 30/07/2015 08:03, ElChino wrote: If I in a cmd-shell (actually it is 4NT), do: c:>py -3 -V & python3 -V I get: Requested Python version (3) not installed << ! from py -3 -V Python 3.5.0b2 << ! from the 2nd cmd. What nonsense is this? I DO HAVE Python3 in my %PATH. A Registry sett

Re: Python launcher problem

2015-07-30 Thread Thomas 'PointedEars' Lahn
ElChino wrote: > If I in a cmd-shell (actually it is 4NT), do: >c:>py -3 -V & python3 -V > > I get: >Requested Python version (3) not installed << ! from py -3 -V >Python 3.5.0b2 << ! from the 2nd cmd. > > What nonsense is this? I DO HAVE Python3 in my %PATH. > A Registry setting

Re: Python launcher (PEP 397) and emacs python-mode.el

2013-01-31 Thread Andreas Röhler
Am 01.02.2013 00:59, schrieb Vinay Sajip: Thomas Heller ctypes.org> writes: What I meant to write is this: when the shebang line in script.py contains this: #!/usr/bin/python3.1-32 then emacs SHOULD run py.exe -3.1-32 script.py and the launcher runs c:\Python31\python.exe script.p

Re: Python launcher (PEP 397) and emacs python-mode.el

2013-01-31 Thread Vinay Sajip
Thomas Heller ctypes.org> writes: > What I meant to write is this: > > when the shebang line in script.py contains this: >#!/usr/bin/python3.1-32 > then emacs SHOULD run >py.exe -3.1-32 script.py > and the launcher runs >c:\Python31\python.exe script.py IMO it would be better for em

Re: Python launcher (PEP 397) and emacs python-mode.el

2013-01-31 Thread Andreas Röhler
Am 31.01.2013 17:35, schrieb Thomas Heller: Am 31.01.2013 12:05, schrieb Andreas Röhler: Am 31.01.2013 10:03, schrieb Thomas Heller: Has someone managed to patch python-mode.el to use the PEP 397 python launcher when you hit C-c C-c? It seems that emacs should parse the shebang line in the edi

Re: Python launcher (PEP 397) and emacs python-mode.el

2013-01-31 Thread Thomas Heller
Am 31.01.2013 12:05, schrieb Andreas Röhler: Am 31.01.2013 10:03, schrieb Thomas Heller: Has someone managed to patch python-mode.el to use the PEP 397 python launcher when you hit C-c C-c? It seems that emacs should parse the shebang line in the edited python script and pass the corresponding

Re: Python launcher (PEP 397) and emacs python-mode.el

2013-01-31 Thread Andreas Röhler
Am 31.01.2013 10:03, schrieb Thomas Heller: Has someone managed to patch python-mode.el to use the PEP 397 python launcher when you hit C-c C-c? It seems that emacs should parse the shebang line in the edited python script and pass the corresponding arguments to py.exe. Yes, that's the way py

Re: Python launcher not working on Mac after Leopard upgrade?

2007-11-06 Thread Cliff Harris
On Nov 5, 11:57 am, [EMAIL PROTECTED] wrote: > On Nov 3, 7:57 am, André <[EMAIL PROTECTED]> wrote: > > > I just installed Leopard on my Mac. I already was using Python 2.5. > > I can run a Python script from a terminal window by typing "python > > script.py" as one would expect ... but not using

Re: Python launcher not working on Mac after Leopard upgrade?

2007-11-05 Thread André
On Nov 5, 11:57 am, [EMAIL PROTECTED] wrote: > On Nov 3, 7:57 am, André <[EMAIL PROTECTED]> wrote: > > > I just installed Leopard on my Mac. I already was using Python 2.5. > > I can run a Python script from a terminal window by typing "python > > script.py" as one would expect ... but not using t

Re: Python launcher not working on Mac after Leopard upgrade?

2007-11-05 Thread kyosohma
On Nov 3, 7:57 am, André <[EMAIL PROTECTED]> wrote: > I just installed Leopard on my Mac. I already was using Python 2.5. > I can run a Python script from a terminal window by typing "python > script.py" as one would expect ... but not using the Python launcher > either directly or indirectly (by