diff options
| author | Maximilian Hils <git@maximilianhils.com> | 2013-09-14 23:47:04 +0200 |
|---|---|---|
| committer | Maximilian Hils <git@maximilianhils.com> | 2013-09-14 23:47:04 +0200 |
| commit | 2956c144d30558141ec43bec798a424974ffa6f1 (patch) | |
| tree | 297a3a9de73f66f5ad0224e60d7ae7520048d282 /release | |
| parent | 729677cd85cffedec8f481f1b6025f00fb637e13 (diff) | |
| parent | 38a1135ab8f3ab2e97d07fa8e339067c67722e16 (diff) | |
| download | mitmproxy-2956c144d30558141ec43bec798a424974ffa6f1.tar.gz mitmproxy-2956c144d30558141ec43bec798a424974ffa6f1.tar.bz2 mitmproxy-2956c144d30558141ec43bec798a424974ffa6f1.zip | |
Merge branch 'master' into 0.10
Diffstat (limited to 'release')
| -rwxr-xr-x | release/osx-binaries | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/release/osx-binaries b/release/osx-binaries index a5f17ba5..4be85800 100755 --- a/release/osx-binaries +++ b/release/osx-binaries @@ -2,8 +2,15 @@ # Quick and dangerous script for building OSX binaries. -# First, have a recent checkout of the dev version of pyinstaller. Change into -# the pyinstaller directory, and then run this script. +# A few quirks to note, which should be re-checked every release: +# - We require the latest development version of PyInstaller. + +# - PyInstaller has trouble detecting the zope.interfaces package. This is +# required by Twisted, which for mysterious reasons is required by Urwid. The +# answer is to touch the __init__.py file in the zope directory. On my system: +# touch /Library/Python/2.7/site-packages/zope/__init__.py + +# To run, change into the pyinstaller directory, and then run this script. DST=/tmp/osx-mitmproxy MITMPROXY=~/mitmproxy/mitmproxy |
