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