Re: Upgrade from Python 3.6 to 3.8 and cx-freeze is not available more

2020-07-22 Thread Souvik Dutta
Py2exe might help in making .exe files On Tue, Jul 21, 2020, 11:42 PM Christian SCHEIBER / KLS GmbH < c...@kls-system.de> wrote: > > > I’d like to do exe files, so the pythin interpreter has not tob e > installed. > > That’s why I use cx-freeze, but installing Python 3.8 after using Python > 3.6

Upgrade from Python 3.6 to 3.8 and cx-freeze is not available more

2020-07-21 Thread Christian SCHEIBER / KLS GmbH
I’d like to do exe files, so the pythin interpreter has not tob e installed. That’s why I use cx-freeze, but installing Python 3.8 after using Python 3.6 does not work. Can you tell me how I can make cx-freeze in Python 3.8 or how I can produce exe files for Windows 7 32 / 64 Bit and Win10?