Closed raedrizqie closed 3 weeks ago
yeah.. it doesn't even work with this simple test..
# freeze.py
from py2exe import freeze
freeze(
console = [ 'main.py' ],
data_files = None,
)
# main.py
print("Hello!")
run with: python freeze.py
Does
py2exe
actually work with that change? If I understand the conversation on https://github.com/py2exe/py2exe/issues/191 correctly, it builds but doesn't work correctly with the file that @rkbennett was proposing about a year ago...