From cb67738b9a3d510751844c4fff3a4f576c3facf2 Mon Sep 17 00:00:00 2001 From: Robert Klep Date: Sat, 12 Nov 2011 22:44:24 +0100 Subject: [PATCH] Updated README --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 1f55f69..7645e72 100644 --- a/README.md +++ b/README.md @@ -22,3 +22,17 @@ This builds the application as `dist/ToggleProxy.app`. You can run it from there, or move it to somewhere more appropriate first. [pyobjc]: http://pyobjc.sourceforge.net/ + +## NB + +On Mac OS X Lion, you might get errors running the application. If that +happens, first try to find out what the reason is. Run this from the same +directory as `setup.py`: + + ./dist/ToggleProxy.app/Contents/MacOS/ToggleProxy + +If you're getting errors about frameworks not found, you might have to +install a different version of the `py2app` module. I'm using [this +one][py2app]. + +[py2app]: https://bitbucket.org/ronaldoussoren/py2app