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?
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.
>
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
>
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
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.
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
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
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
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
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
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
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
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
27 matches
Mail list logo