|
[Py2exe-users] Re: python.exe -u PYTHONUNBUFFERED
From: Thomas Heller <theller@py...> - 2004-07-28 17:49
|
Jonathan Hudgins <jhudgins@...> writes:
> Is there a way to compile a python script with py2exe so that python will run
> unbuffered? (That is with the -u option or the environment variable
> PYTHONUNBUFFERED set)
Can you try this undocumented (and untested) option:
setup(...
options = {"py2exe": {"unbuffered": 1}}
)
Thomas
|
| Thread | Author | Date | |
|---|---|---|---|
| [Py2exe-users] python.exe -u PYTHONUNBUFFERED | Jonathan Hudgins <jhudgins@ea...> |
|