Comment #9 on issue 3427 by [email protected]: sympy imports matplotlib on start-up
http://code.google.com/p/sympy/issues/detail?id=3427

Another idea: don't import plotting with the rest of sympy. Move the user API functions like plot() to a separate file that doesn't import matplotlib. Keep all the internal module imports inside the functions. Only when they are called will the internal modules be imported.

Unless I'm missing something (and I very well may be, as it's 3 AM here), that should work well, and won't have any of the side-effects I discussed above.

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to