Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d4b27cc

Browse files
committed
Add reference to faq
In the framework error message within the OSX backend
1 parent 0037595 commit d4b27cc

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/_macosx.m

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6283,7 +6283,9 @@ static bool verify_framework(void)
62836283
"not be able to function correctly if Python is not installed as a "
62846284
"framework. See the Python documentation for more information on "
62856285
"installing Python as a framework on Mac OS X. Please either reinstall "
6286-
"Python as a framework, or try one of the other backends.");
6286+
"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");
62876289
return false;
62886290
}
62896291

0 commit comments

Comments
 (0)