Converting .py to .exe with Anaconda

后端 未结 3 1916
有刺的猬
有刺的猬 2021-01-01 00:04

I made a python program using PyGame which is only available for Python 2.7 so that is my python version. I am using Anaconda because it is easier to install modules and to

3条回答
  •  天涯浪人
    2021-01-01 00:53

    Instead of using py2exe you could try to build your executable with pyinstaller.

    http://www.pyinstaller.org/downloads.html

    The PyGame package is also supported with pyinstaller according to this link

    https://github.com/pyinstaller/pyinstaller/wiki/Supported-Packages

提交回复
热议问题