Python Py2exe - use same runtime for different applications

后端 未结 0 1876
再見小時候
再見小時候 2021-01-26 23:05

I have two tkinter applications compiled via py2exe. This is the example of setup.py:

from distutils.core import setup
import py2exe


setup(
    name="my_ap         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题