Dear ,
Please can I have your attention and possibly help me for humanity's
sake please. I am writing this message with a heavy heart filled with
sorrows and sadness.
Please if you can respond, i have an issue that i will be most
grateful if you could help me deal with it please.
Julian
--
htt
Repair passed but pip3 and pip did not find pip.exe and missing modules.
Lars Martin hambro
Fra: Lars Martin Hambro
Sendt: onsdag 27. april 2022, 21:31
Til: python-list@python.org
Emne: windows 11 what is wrong?
[cid:image001.png@01D85A7E.07A48030]
[cid:image0
hello,
we have many scripts of one project. what is the right way to define the logger
to all scripts? we tried to create class that define the logger
configuration+generic function (handler functions to write generic log
message), and each script define an instance of the class. But the log
On Wed, 27 Apr 2022 19:45:34 +, Lars Martin Hambro
declaimed the following:
>Repair passed but pip3 and pip did not find pip.exe and missing modules.
>
This forum only accepts text. Do not attach screen grabs of windows,
just highlight the console TEXT and cut/paste same.
The
You probably want getLogger(__name__)
...or something close to it.
On Wed, Apr 27, 2022 at 12:58 PM תמר ווסה wrote:
> hello,
> we have many scripts of one project. what is the right way to define the
> logger to all scripts? we tried to create class that define the logger
> configuration+g