Re: Issue 3434 in sympy: warning when starting isympy

2013-05-27 Thread sympy
Updates: Status: Fixed Comment #14 on issue 3434 by asmeu...@gmail.com: warning when starting isympy http://code.google.com/p/sympy/issues/detail?id=3434 https://github.com/sympy/sympy/pull/2101 -- You received this message because this project is configured to send all issue notif

Re: Issue 3434 in sympy: warning when starting isympy

2013-05-12 Thread sympy
Comment #13 on issue 3434 by asmeu...@gmail.com: warning when starting isympy http://code.google.com/p/sympy/issues/detail?id=3434 2 is the correct solution. See the blocking issue. -- You received this message because this project is configured to send all issue notifications to this addr

Re: Issue 3434 in sympy: warning when starting isympy

2013-05-12 Thread sympy
Comment #12 on issue 3434 by hacm...@gmail.com: warning when starting isympy http://code.google.com/p/sympy/issues/detail?id=3434 The issue, as pointed out before, is that sympy/__init__.py imports sympy.plotting, which in turn imports matplotlib.pyplot. isympy imports functionality from els

Re: Issue 3434 in sympy: warning when starting isympy

2012-10-29 Thread sympy
Updates: Labels: CodeInCategory-Code Comment #10 on issue 3434 by krastano...@gmail.com: warning when starting isympy http://code.google.com/p/sympy/issues/detail?id=3434 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google G

Re: Issue 3434 in sympy: warning when starting isympy

2012-10-15 Thread sympy
Comment #9 on issue 3434 by asmeu...@gmail.com: warning when starting isympy http://code.google.com/p/sympy/issues/detail?id=3434 Last call if someone wants to try to fix this before the final release. I won't have time to do it myself. If no one expresses interest in attempting it, I will

Re: Issue 3434 in sympy: warning when starting isympy

2012-10-15 Thread sympy
Comment #8 on issue 3434 by asmeu...@gmail.com: warning when starting isympy http://code.google.com/p/sympy/issues/detail?id=3434 Maybe it has to do with the backend being used. -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To post to this g

Re: Issue 3434 in sympy: warning when starting isympy

2012-10-15 Thread sympy
Comment #7 on issue 3434 by julien.r...@gmail.com: warning when starting isympy http://code.google.com/p/sympy/issues/detail?id=3434 ./bin/isympy /home/jacobi/jrioux/git/sympy/matplotlib/__init__.py:997: UserWarning: This call to matplotlib.use() has no effect because the the backend has

Re: Issue 3434 in sympy: warning when starting isympy

2012-10-15 Thread sympy
Comment #6 on issue 3434 by asmeu...@gmail.com: warning when starting isympy http://code.google.com/p/sympy/issues/detail?id=3434 Can you try something newer (git perhaps) and see if you still get it. -- You received this message because you are subscribed to the Google Groups "sympy-issues" g

Re: Issue 3434 in sympy: warning when starting isympy

2012-10-15 Thread sympy
Comment #5 on issue 3434 by julien.r...@gmail.com: warning when starting isympy http://code.google.com/p/sympy/issues/detail?id=3434 import matplotlib matplotlib.__version__ '1.1.0' -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To post

Re: Issue 3434 in sympy: warning when starting isympy

2012-10-14 Thread sympy
Comment #4 on issue 3434 by asmeu...@gmail.com: warning when starting isympy http://code.google.com/p/sympy/issues/detail?id=3434 What version of matplotlib are you using by the way? I don't seem to get this for a more recent version. -- You received this message because you are subscribed

Re: Issue 3434 in sympy: warning when starting isympy

2012-10-14 Thread sympy
Updates: Blockedon: sympy:3427 Comment #3 on issue 3434 by asmeu...@gmail.com: warning when starting isympy http://code.google.com/p/sympy/issues/detail?id=3434 I agree with that, though that issue is a little harder to fix. If you can figure it out, that would be preferred. See agai

Re: Issue 3434 in sympy: warning when starting isympy

2012-10-14 Thread sympy
Comment #2 on issue 3434 by jenshnie...@gmail.com: warning when starting isympy http://code.google.com/p/sympy/issues/detail?id=3434 The problem is that just importing sympy should not import matplotlib.pyplot. Is is unexpected behaviour and will lead to weird bugs in tons of other packag

Re: Issue 3434 in sympy: warning when starting isympy

2012-10-11 Thread sympy
Updates: Status: Valid Labels: -Priority-Medium Priority-Critical Plotting Comment #1 on issue 3434 by asmeu...@gmail.com: warning when starting isympy http://code.google.com/p/sympy/issues/detail?id=3434 I also get this warning. I think the issue is probably that matplotlib is

Issue 3434 in sympy: warning when starting isympy

2012-10-11 Thread sympy
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 3434 by julien.r...@gmail.com: warning when starting isympy http://code.google.com/p/sympy/issues/detail?id=3434 This is with 0.7.2.rc1. Can't we avoid a warning here? $ ./bin/isympy /usr/lib64/python2.7/site-packages/matplot