Create single python executable module

前端 未结 4 1870
孤城傲影
孤城傲影 2020-12-30 12:37

Guys, I have much python code in modules which are resides in several python packages and now I need to create single python executable module or file which will include all

4条回答
  •  灰色年华
    2020-12-30 13:08

    Maybe py2exe can help you ..

    py2exe is a Python Distutils extension which converts Python scripts into executable Windows programs, able to run without requiring a Python installation.

    Tutorial > http://www.py2exe.org/index.cgi/Tutorial

提交回复
热议问题