8000 Add documentation about working in virtualenvs to the Matplotlib faq by jenshnielsen · Pull Request #5179 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

Add documentation about working in virtualenvs to the Matplotlib faq #5179

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Oct 21, 2015
Next Next commit
Add reference to faq
In the framework error message within the OSX backend
  • Loading branch information
jenshnielsen committed Sep 27, 2015
commit d4b27cc186da7b6ce086ad729d8893e6ef511286
4 changes: 3 additions & 1 deletion src/_macosx.m
Original file line number Diff line number Diff line change
Expand Up @@ -6283,7 +6283,9 @@ static bool verify_framework(void)
"not be able to function correctly if Python is not installed as a "
"framework. See the Python documentation for more information on "
"installing Python as a framework on Mac OS X. Please either reinstall "
"Python as a framework, or try one of the other backends.");
"Python as a framework, or try one of the other backends. If you are "
"Working with Matplotlib in a virtual enviroment see 'Working with "
"Matplotlib in Virtual environments' in the Matplotlib FAQ");
return false;
}

Expand Down
0