On 10/11/22 22:00, Paulo da Silva wrote:
> Hi!
>
> The simple question: How do I find the full path of a shell command
> (linux), i.e. how do I obtain the corresponding of, for example,
> "type rm" in command line?
>
> The reason:
> I have python program that launches a detached rm. It works pre
Peter J. Holzer wrote:
> [-- text/plain, encoding quoted-printable, charset: us-ascii, 28 lines --]
>
> On 2022-10-13 13:47:07 +0100, Chris Green wrote:
> > I have a short python3 program that collects E-Mails from a 'catchall'
> > mailbox, sends the few that might be interesting to me and dumps
MRAB wrote:
[snip boring code]
> >
> > It seems to be saying that the POP3 server has a problem, if so there's not
> > much I can do about it as it's my hosting provider's mail server. Is it
> > really saying the server has a problem?
> >
> As you've already ascertained that it's a server error
On 14/10/2022 01.47, Chris Green wrote:
I have a short python3 program that collects E-Mails from a 'catchall'
mailbox, sends the few that might be interesting to me and dumps the
rest.
It has suddenly (after working for some years) started throwing the
following:-
Traceback (most recent c
Well, although I never used pandas and never will, if that's about
artworks, that's mine.
Obviously, you need to iterate columns and sum values returned by the
snippet you provided. A quick search tells us to use colums property.
So, it might look like this:
na_sum = sum(df[name].isnull().su
On 2022-10-13 13:47:07 +0100, Chris Green wrote:
> I have a short python3 program that collects E-Mails from a 'catchall'
> mailbox, sends the few that might be interesting to me and dumps the
> rest.
>
> It has suddenly (after working for some years) started throwing the
> following:-
[...]
>
On 2022-10-13 13:47, Chris Green wrote:
I have a short python3 program that collects E-Mails from a 'catchall'
mailbox, sends the few that might be interesting to me and dumps the
rest.
It has suddenly (after working for some years) started throwing the
following:-
Traceback (most recent c
I have a short python3 program that collects E-Mails from a 'catchall'
mailbox, sends the few that might be interesting to me and dumps the
rest.
It has suddenly (after working for some years) started throwing the
following:-
Traceback (most recent call last):
File "/home/chris/.mutt/bi
On 2022-10-12, Paulo da Silva wrote:
> Às 22:38 de 12/10/22, Jon Ribbens escreveu:
>> On 2022-10-12, Jon Ribbens wrote:
>>> On 2022-10-12, Paulo da Silva wrote:
Às 19:14 de 12/10/22, Jon Ribbens escreveu:
> On 2022-10-12, Paulo da Silva
> wrote:
>> Às 05:00 de 12/10/22, Paulo
A further little bit of information, I tried running getCatchall.py
from the command prompt and there was a long wait before it output the
same error message. I.e. it looks rather as if the server is not
responding to requests. (A 'long wait' is a minute or two)
--
Chris Green
·
--
https://mail
In comp.lang.python, jkn wrote:
> On Wednesday, October 12, 2022 at 6:12:23 AM UTC+1, jak wrote:
>> I'm afraid you will have to look for the command in every path listed in
>> the PATH environment variable.
> erm, or try 'which rm' ?
It is so hilarious seeing the responses to this thread. Hint:
For a python class I am taking..
In this challenge, you'll be working with a DataFrame that contains data
about artworks, and it contains many missing values.
Your task is to create a variable called na_sum that contains the total
number of missing values in the DataFrame. When that's completed,
On 10/12/22 14:51, Paulo da Silva wrote:
Às 19:14 de 12/10/22, Jon Ribbens escreveu:
On 2022-10-12, Paulo da Silva
wrote:
Às 05:00 de 12/10/22, Paulo da Silva escreveu:
Hi!
The simple question: How do I find the full path of a shell command
(linux), i.e. how do I obtain the corresponding of,
13 matches
Mail list logo