On 2021-02-22, Vinicius Costa Marques wrote:
> Hello there Python team, I’m having this problem were I installed
>Python 3.9.2 and then went to unistall 3.8.5 but here is the problem
>the version 3.8.5 dosen’t get deleted properly.
>The uninstall program says that everything worked but the files
>
On 2/22/2021 2:00 PM, Vinicius Costa Marques wrote:
Hello there Python team, I’m having this problem were I installed Python 3.9.2
and then went to unistall 3.8.5 but here is the problem the version 3.8.5
dosen’t get deleted properly. The uninstall program says that everything worked
but the f
On 23/02/2021 08.00, Vinicius Costa Marques wrote:
> Hello there Python team, I’m having this problem were I installed Python
> 3.9.2 and then went to unistall 3.8.5 but here is the problem the version
> 3.8.5 dosen’t get deleted properly. The uninstall program says that
> everything worked but
Hello there Python team, I’m having this problem were I installed Python 3.9.2
and then went to unistall 3.8.5 but here is the problem the version 3.8.5
dosen’t get deleted properly. The uninstall program says that everything worked
but the files for 3.8.5 still exist algong with 3.9.2 can someo
On 2021-01-06, Joseph Milroy Felix Moraes (Moraes) via Python-list
wrote:
> Good day,
>
> I keep getting this error message when trying to open Python 3.8.5 on my
> computer windows 7 , 64 bit.
>
> ---
> python.exe - System Error
> -
Good day,
I keep getting this error message when trying to open Python 3.8.5 on my
computer windows 7 , 64 bit.
---
python.exe - System Error
---
The program can't start because api-ms-win-crt-runtime-l1-1-0.dll is missing
from your computer
On 10/3/20, Gertjan Klein wrote:
>
> I tried to find out what happens, using your other code:
>
> >>> import win32con, win32api
> >>> access = win32con.PROCESS_QUERY_LIMITED_INFORMATION
> >>> hproc = win32api.OpenProcess(access, False, pid)
> >>> executable = win32process.GetModuleFileNameEx(h
Chris Angelico schreef:
On Fri, Oct 2, 2020 at 7:51 PM Gertjan Klein wrote:
Is it possible to determine, from within Python, whether Python
allocated or inherited the console? This could be useful to know in a
(global) error trap: to be able to see a traceback, the console must
remain open, wh
Eryk Sun schreef:
On 10/2/20, Gertjan Klein wrote:
Is it possible to determine, from within Python, whether Python
allocated or inherited the console?
If a console session isn't headless (i.e. it's not a pseudoconsole)
and has a window (i.e. not allocated with CREATE_NO_WINDOW), then the
effe
On 10/2/20, Gertjan Klein wrote:
> Eryk Sun wrote:
>
>> If .py files are associated with py.exe or python.exe, then running a
>> .py script either inherits or allocates a console and attaches to it.
>
> Is it possible to determine, from within Python, whether Python
> allocated or inherited the co
On Fri, Oct 2, 2020 at 7:51 PM Gertjan Klein wrote:
>
> Eryk Sun wrote:
>
> > If .py files are associated with py.exe or python.exe, then running a
> > .py script either inherits or allocates a console and attaches to it.
>
> Is it possible to determine, from within Python, whether Python
> alloca
Eryk Sun wrote:
If .py files are associated with py.exe or python.exe, then running a
.py script either inherits or allocates a console and attaches to it.
Is it possible to determine, from within Python, whether Python
allocated or inherited the console? This could be useful to know in a
(g
On 9/23/20, yehudis...@gmail.com wrote:
>It’s a py file with simple python code
If .py files are associated with py.exe or python.exe, then running a
.py script either inherits or allocates a console and attaches to it.
The console closes automatically as soon as the last reference to it
clos
It’s a py file with simple python code
From: [1]Igor Korot
Sent: Wednesday, September 23, 2020 12:39 AM
To: [2]yehudis...@gmail.com
Cc: [3]python-list@python.org
Subject: Re: Python 3.8.5 Not Launching
Hi,
On Tue, Sep 22, 2020 at 11:25 PM wrote
On 9/22/2020 11:54 PM, yehudis...@gmail.com wrote:
I installed Python 3.8.5 on Windows 10
When I click on a python file it launches the program but it closes
immediately.
When you run a program that way, the console/terminal window closes when
the program finishes executing
Hi,
On Tue, Sep 22, 2020 at 11:25 PM wrote:
>
>Hi,
>
>
>
>I installed Python 3.8.5 on Windows 10
>
>When I click on a python file it launches the program but it closes
>immediately.
What is the content of this file?
Is it a py or pyc file?
Thank y
Hi,
I installed Python 3.8.5 on Windows 10
When I click on a python file it launches the program but it closes
immediately.
Please help, thanks.
Yehudis Gruber
--
https://mail.python.org/mailman/listinfo/python-list
On Fri, Sep 04, 2020 at 03:43:14PM -0500, Python wrote:
> On Fri, Sep 04, 2020 at 08:04:33AM -0800, Joshua J. Kugler wrote:
> > On Thursday, September 3, 2020 8:59:09 PM AKDT Cameron Simpson wrote:
> > > Building Python 3.8.5, running make and gcc (Debian 4.9.2-10+deb8u2)
>
On Fri, Sep 04, 2020 at 08:04:33AM -0800, Joshua J. Kugler wrote:
> On Thursday, September 3, 2020 8:59:09 PM AKDT Cameron Simpson wrote:
> > I've built 3.8.5 on a few other machines happily recently.
> >
> > Building Python 3.8.5, running make and gcc (Debian 4.9.2-
On Sat, Sep 5, 2020 at 2:06 AM Joshua J. Kugler wrote:
>
> On Thursday, September 3, 2020 8:59:09 PM AKDT Cameron Simpson wrote:
> > I've built 3.8.5 on a few other machines happily recently.
> >
> > Building Python 3.8.5, running make and gcc (Debian 4.9.2-10+deb8u2
On Thursday, September 3, 2020 8:59:09 PM AKDT Cameron Simpson wrote:
> I've built 3.8.5 on a few other machines happily recently.
>
> Building Python 3.8.5, running make and gcc (Debian 4.9.2-10+deb8u2)
> 4.9.2 I get this:
I am going to assume the version of C required is pas
On 04Sep2020 15:54, Chris Angelico wrote:
>On Fri, Sep 4, 2020 at 3:01 PM Cameron Simpson wrote:
>> I've built 3.8.5 on a few other machines happily recently.
>Those are warnings; if there are errors that block compilation, they
>aren't in what you quoted above.
Yes, that's what I thought. And y
On Fri, Sep 4, 2020 at 3:01 PM Cameron Simpson wrote:
>
> I've built 3.8.5 on a few other machines happily recently.
>
> Building Python 3.8.5, running make and gcc (Debian 4.9.2-10+deb8u2)
> 4.9.2 I get this:
>
> % gcc -pthread -c -Wno-unused-result -Wsign-compare
I've built 3.8.5 on a few other machines happily recently.
Building Python 3.8.5, running make and gcc (Debian 4.9.2-10+deb8u2)
4.9.2 I get this:
% gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3
-Wall-std=c99 -Wextra -Wno-unused-result -Wno-unused-para
This is a combined release of Python 3.8.5 and 3.9.0b5. Both are significant
but for different reasons. Let’s dig in!
Security content in 3.8.5
We decided to release 3.8.5 ahead of schedule due to a number of
security-related fixes. All details can be found in the change log
<ht
25 matches
Mail list logo