On 12.05.2019 16:38, GerritM wrote:
Any suggestions how to port to Python 3, when using Python 2 only packages?
You need to decide for each package whether to port it or to replace it.
HTMLgen is probably a pure Python package. It should not be too hard to
port it to Python 3 yourself.
At t
On Mon, May 13, 2019 at 12:41 AM GerritM wrote:
>
> I had missed the End-of-Life announcement of Python 2 for 2020. When
> installing a missing package on my new laptop, pip did warn me about this
> upcoming event.
>
> I have been reading up on the conversion. Unfortunately, I can find no
> inf
I had missed the End-of-Life announcement of Python 2 for 2020. When installing
a missing package on my new laptop, pip did warn me about this upcoming event.
I have been reading up on the conversion. Unfortunately, I can find no
information yet on coping with Python 2 only packages. So far, I i