Skip to content

compile python scripts

Adriano edited this page Jun 9, 2022 · 2 revisions

If you want build the exe by yourself, you need Python 3.10 and CX_Freeze 6.10.

  • Download Python from the windows store
  • Open you Powershell or CMD and download CX_Freeze: pip install cx_Freeze
  • Open you Powershell or CMD and download idna: pip install idna
  • Go to the exes directory and execute the build: python .\setup_esp.py build
  • Now, you should have a subdirectoy with all files: all exes, python3XXX.dll and a lib folder.
Clone this wiki locally