Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0037595 commit d4b27ccCopy full SHA for d4b27cc
1 file changed
src/_macosx.m
@@ -6283,7 +6283,9 @@ static bool verify_framework(void)
6283
"not be able to function correctly if Python is not installed as a "
6284
"framework. See the Python documentation for more information on "
6285
"installing Python as a framework on Mac OS X. Please either reinstall "
6286
- "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 "
6287
+ "Working with Matplotlib in a virtual enviroment see 'Working with "
6288
+ "Matplotlib in Virtual environments' in the Matplotlib FAQ");
6289
return false;
6290
}
6291
0 commit comments