Comment #5 on issue 3427 by fred...@witherden.org: Speed of import with
external modules
http://code.google.com/p/sympy/issues/detail?id=3427
Not only does this implicit import of matplotlib increase the time required
to import sympy it also breaks some applications:
In [1]: import sympy
Updates:
Labels: CodeInCategory-Code
Comment #3 on issue 3427 by krastano...@gmail.com: Speed of import with
external modules
http://code.google.com/p/sympy/issues/detail?id=3427
(No comment was entered for this change.)
--
You received this message because you are subscribed to the
Issue 3427: Speed of import with external modules
http://code.google.com/p/sympy/issues/detail?id=3427
This issue is now blocking issue sympy:3434.
See http://code.google.com/p/sympy/issues/detail?id=3434
--
You received this message because you are listed in the owner
or CC fields of this issue
Comment #1 on issue 3427 by asmeu...@gmail.com: Speed of import with
external modules
http://code.google.com/p/sympy/issues/detail?id=3427
By the way, you can play around with the speed of import with the
bin/test_import script.
--
You received this message because you are subscribed to t
Status: Valid
Owner:
Labels: Type-Defect Priority-High
New issue 3427 by asmeu...@gmail.com: Speed of import with external modules
http://code.google.com/p/sympy/issues/detail?id=3427
SymPy can take a while to import if matplotlib is installed because
matplotlib is imported when sympy is,