ronaldoussoren / py2app

py2app is a Python setuptools command which will allow you to make standalone Mac OS X application bundles and plugins from Python scripts.
Other
350 stars 35 forks source link

py2app can't print more than 512 characters #162

Open ronaldoussoren opened 9 years ago

ronaldoussoren commented 9 years ago

Original report by Joe Green (Bitbucket: [Joe Green](https://bitbucket.org/Joe Green), ).


py2app apps will raise broken pipe error if more than 512 characters are sent to stdout

Note: Version 0.9

ronaldoussoren commented 9 years ago

Original comment by Joe Green (Bitbucket: [Joe Green](https://bitbucket.org/Joe Green), ).


ronaldoussoren commented 9 years ago

Original comment by Micah Lee (Bitbucket: micahflee, GitHub: micahflee).


FYI just pointing out that I ran into this bug in OnionShare: https://github.com/micahflee/onionshare/issues/203

My workaround is to just suppress output in the Mac version, because it's not super necessary, but this was quite annoying and difficult to debug.