Re: Python and Ubuntu versions

2021-07-24 Thread Mike Easter
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

Re: Python and Ubuntu versions

2021-07-24 Thread Mike Easter
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

Re: Python and Ubuntu versions

2021-07-24 Thread Terry Reedy
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

Re: Python and Ubuntu versions

2021-07-24 Thread Mike Easter
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

Re: Where to keep local Python modules?

2021-07-24 Thread Chris Green
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

Re: a clean exit

2021-07-24 Thread Dieter Maurer
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