Terry Reedy wrote:
Mike Easter wrote:
For those who are following this thread on a conventional news server,
there are missing parts which came from the python-list mailing list
instead.
For those who prefer an nntp access to the mailing list, the
corresponding group on news.gmane.io is gman
Mike Easter wrote:
Terry Reedy wrote:
Mike Easter wrote:
For those who are following this thread on a conventional news
server, there are missing parts which came from the python-list
mailing list instead.
For those who prefer an nntp access to the mailing list, the
corresponding group on n
On 7/23/2021 5:11 PM, Mike Easter wrote:
For those who are following this thread on a conventional news server,
there are missing parts which came from the python-list mailing list
instead.
For those who prefer an nntp access to the mailing list, the
corresponding group on news.gmane.io is gm
For those who are following this thread on a conventional news server,
there are missing parts which came from the python-list mailing list
instead.
For those who prefer an nntp access to the mailing list, the
corresponding group on news.gmane.io is gmane.comp.python.general.
Posting there i
Cameron Simpson wrote:
>
> Almost everything I use comes either from pip or from my own modules. My
> $PYTHONPATH on the Mac has this:
>
> /Users/cameron/lib/python:/Users/cameron/rc/python
>
> being, respectively, my personal modules and a place for third party
> modules which do not com
jak wrote at 2021-7-23 10:55 +0200:
> ...
>The problem is that sometimes I get an error from the library (python-
>telegram-bot) via logging that my bot has no way of intercepting. The
>error is "connection reset by pear" after which my program is no longer
>called and I need to restart it. Typical