Hi guys
I wonder if anyone here has any useful tips on an issue I am having upgrading to Python 3.9.
I have a tornado webserver packaged as a windows service and frozen with py2exe. This was in Python 3.4.3.
Several times I have tried to move to the latest version of Python but no matter which package I try to freeze with now, nothing seems to be able to freeze a windows service.
Py2exe became legacy but was brought back to life, the closest comment I can find that suits my needs says that building windows service “may” work.
If anyone is currently doing something like this in Python 39 could you let me know the name of your freezer please?
Many thanks
Darron