Updated MacInstallation_Homebrew (markdown)
parent
2d38464bd7
commit
72c9f27621
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue