From: Niki S. <nik...@gm...> - 2020-01-23 08:47:43
|
On 22.01.20 г. 18:26 ч., Ted Ansley wrote: > What's the status of py2exe for Python 3.7.X? I recennlty converted my > 3-4 Python apps from 2.7.X to 3.7.X, everything went smoothly but I was > using py2exe to create installer packages. Why isn't Python 3 supported > anymore, since it is the latest. I used PyInstaller in a pinch, but I > have a custom setup.py file for py2exe for each of my apps that I like. > Please, any info would be appreciated! There is a python 3 compatible fork in github https://github.com/albertosottile/py2exe.git IMHO it should be renamed to py3exe :) Niki |