On 1/8/2023 7:54 AM, Angitolol36 wrote:
Hello, i installed phyton in Windows 10 22H2 and i can’t find the program.
I used the repair that doesnt work.
This is as if you had said "I bought a car and it doesn't work". Please
tell us what you did and noticed that caused you to say "i can
> On 8 Jan 2023, at 21:16, Raphael Santiago
> wrote:
>
> Maybe something like re""
> It should behave exactly like a raw string but would be useful for syntax
> highlighting and debugging. Perhaps also for type hinting expected regex
> input (don't know if this is feasible).
This is unlikely
On 08Jan2023 12:44, Raphael Santiago wrote:
Maybe something like re""
It should behave exactly like a raw string but would be useful for syntax
highlighting and debugging. Perhaps also for type hinting expected regex
input (don't know if this is feasible).
A nice idea. (Though I'm personally r
> On 8 Jan 2023, at 21:20, Angitolol36 wrote:
>
> Hello, i installed phyton in Windows 10 22H2 and i can’t find the program.
> I used the repair that doesnt work.
Does this help?
https://docs.python.org/3/using/windows.html
Barry
>
>
>
>
>
> Enviado desde [1]Correo para W
Hello, i installed phyton in Windows 10 22H2 and i can’t find the program.
I used the repair that doesnt work.
Enviado desde [1]Correo para Windows
[2][IMG] Libre de virus.[3]www.avast.com
References
Visible links
1. https://go.microsoft.com/fwlink/?LinkId=55
Maybe something like re""
It should behave exactly like a raw string but would be useful for syntax
highlighting and debugging. Perhaps also for type hinting expected regex
input (don't know if this is feasible).
--
https://mail.python.org/mailman/listinfo/python-list
On 2023-01-08 13:49:38 +0200, jacob kruger wrote:
> Ok, the specific usage case right now is that I need to set up a process
> pulling contents of e-mail messages from an IMAP protocol mail server, which
> I then populate into a postgresql database, and, since this is the inbox of
> a relatively la
On 1/8/23, c.bu...@posteo.jp wrote:
>
> is there an equivalent in the subprocess module for "os.execvp()" to
> replace the current process with the new called one?
A note for Windows users
Avoid using any of the `os.exec*` functions on Windows. There's no
support for replacing a Windows process
Ok, the specific usage case right now is that I need to set up a process
pulling contents of e-mail messages from an IMAP protocol mail server,
which I then populate into a postgresql database, and, since this is the
inbox of a relatively large-scale CRM/support system, there are
currently over
On Sun, 8 Jan 2023 at 21:51, wrote:
>
> Hello,
>
> is there an equivalent in the subprocess module for "os.execvp()" to
> replace the current process with the new called one?
It won't make a subprocess, so no. It's in the os module - under the
name execvp. You found it already :)
ChrisA
--
http
Hello,
is there an equivalent in the subprocess module for "os.execvp()" to
replace the current process with the new called one?
Kind
Christian
--
https://mail.python.org/mailman/listinfo/python-list
11 matches
Mail list logo