Re: I'm finally disentangled from Python 2, thank you everyone

2020-12-30 Thread Christian Gollwitzer
Am 30.12.20 um 11:58 schrieb Chris Green: Could I ask you to write up a post on what you did here? I've never used cx-freeze but it sounds like a useful thing for keeping legacy stuff functioning. A writeup from someone who's actually used it for that would be welcome. Of course, here is what I

Re: I'm finally disentangled from Python 2, thank you everyone

2020-12-30 Thread Chris Green
> Could I ask you to write up a post on what you did here? I've never used > cx-freeze but it sounds like a useful thing for keeping legacy stuff > functioning. A writeup from someone who's actually used it for that > would be welcome. > Of course, here is what I wrote in my 'self help' Dokuwik

Re: I'm finally disentangled from Python 2, thank you everyone

2020-12-29 Thread Cameron Simpson
On 29Dec2020 21:20, Chris Green wrote: >Well, it has taken me a while, but I now seem to have finally detached >myself from any Python 2 dependencies on my various systems. [...] >On my desktop machine it was a bit more difficult because of the Oki >scanner utility which I have asked about quite a

I'm finally disentangled from Python 2, thank you everyone

2020-12-29 Thread Chris Green
Well, it has taken me a while, but I now seem to have finally detached myself from any Python 2 dependencies on my various systems. Firstly may I say thank you to everyone who has helped me with this (and with other issues) here on the Python list, you are a friendly and helpful group of people.