Comment #21 on issue 3427 by hacm...@gmail.com: sympy imports matplotlib on start-up
http://code.google.com/p/sympy/issues/detail?id=3427

Not sure how much time I will have to work on this in the next few weeks, but I submitted PR 2140 with what I've done so far. If you are pushing toward a release and someone else wants to continue this, that'd be great. Even as-is, it might be worth merging.

Running

import sys, pprint, sympy; pprint.pprint(sorted(sys.modules))

shows that there is not much left in terms of external modules after this change. Still a big chunk of the python standard library is getting imported.

https://github.com/sympy/sympy/pull/2140

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sympy-issues+unsubscr...@googlegroups.com.
To post to this group, send email to sympy-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/sympy-issues?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to