Re: Issue 3427 in sympy: Speed of import with external modules

2012-11-22 Thread sympy
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

Re: Issue 3427 in sympy: Speed of import with external modules

2012-10-29 Thread 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

Re: Issue 3427 in sympy: Speed of import with external modules

2012-10-14 Thread sympy
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

Re: Issue 3427 in sympy: Speed of import with external modules

2012-10-09 Thread sympy
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

Issue 3427 in sympy: Speed of import with external modules

2012-10-08 Thread sympy
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,