From 72c9f2762120e714a6305fa0e3775729e0588631 Mon Sep 17 00:00:00 2001 From: jeroenh Date: Sun, 10 Feb 2013 08:25:58 -0800 Subject: [PATCH] Updated MacInstallation_Homebrew (markdown) --- MacInstallation_Homebrew.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MacInstallation_Homebrew.md b/MacInstallation_Homebrew.md index fe9442e..f421cad 100644 --- a/MacInstallation_Homebrew.md +++ b/MacInstallation_Homebrew.md @@ -65,7 +65,7 @@ Note that on Lion, we need to be more explicit about SQLite. Change version as After you install mapnik, you may try to import it and get `Fatal Python error: Interpreter not initialized (version mismatch?)`. If so, you likely have boost linked with the wrong version of python. To see what version of python boost is linked from, try: ```sh -otool -L `brew list boost | grep python.*dylib` | grep -i python +otool -L `brew list boost | grep python-mt.dylib` | grep -i python ``` It's likely that your copy of boost was linked against the system python, but you're trying to use a homebrew python. To fix, uninstall boost, and reinstall with --build-from-source: