From 2a9edc19ca5ac894f2072e527730820d35131e73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kim=20Silkeb=C3=A6kken?= Date: Tue, 22 Jan 2013 18:50:37 +0100 Subject: [PATCH] Update troubleshooting info for ImportErrors on OS X Refs #39. Refs #95. --- docs/source/troubleshooting.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/source/troubleshooting.rst b/docs/source/troubleshooting.rst index 41bb9745..2d2d6452 100644 --- a/docs/source/troubleshooting.rst +++ b/docs/source/troubleshooting.rst @@ -87,3 +87,6 @@ I receive an ``ImportError`` when trying to use Powerline on OS X! system Python. Please try to select another Python distribution:: sudo port select python python27-apple + + See the `issue #39 `_ + for a discussion and other possible solutions for this issue.