Re: Issue 3008 in sympy: Cython (apparently) version causing problems

2012-07-31 Thread sympy
Comment #9 on issue 3008 by asmeu...@gmail.com: Cython (apparently) version causing problems http://code.google.com/p/sympy/issues/detail?id=3008 For me, Cython 0.15.1 causes an error, but 0.16 doesn't. I commented the quiet flag in the code, and the error is Traceback (most recent call

Re: Issue 3008 in sympy: Cython (apparently) version causing problems

2012-07-31 Thread sympy
Updates: Labels: NeedsReview Comment #10 on issue 3008 by asmeu...@gmail.com: Cython (apparently) version causing problems http://code.google.com/p/sympy/issues/detail?id=3008 I've XFAILed this at https://github.com/sympy/sympy/pull/1455. If anyone knows of a definitive minimum

Re: Issue 3008 in sympy: Cython (apparently) version causing problems

2012-07-28 Thread sympy
Comment #7 on issue 3008 by asmeu...@gmail.com: Cython (apparently) version causing problems http://code.google.com/p/sympy/issues/detail?id=3008 I am also able to reproduce this. The problem is that cython doesn't seem to contain its version anywhere. -- You received this message

Re: Issue 3008 in sympy: Cython (apparently) version causing problems

2012-07-28 Thread sympy
Comment #8 on issue 3008 by asmeu...@gmail.com: Cython (apparently) version causing problems http://code.google.com/p/sympy/issues/detail?id=3008 Oh, I guess it does. It seems to matter if you do import cython or import Cython. -- You received this message because you are subscribed to

Re: Issue 3008 in sympy: Cython (apparently) version causing problems

2012-02-02 Thread sympy
Comment #4 on issue 3008 by vlada.pe...@gmail.com: Cython (apparently) version causing problems http://code.google.com/p/sympy/issues/detail?id=3008 Is there anything we should actually do about this? Are we even supporting older versions of Cython? Is there any advantage to doing so? --

Re: Issue 3008 in sympy: Cython (apparently) version causing problems

2012-02-02 Thread sympy
Comment #5 on issue 3008 by asmeu...@gmail.com: Cython (apparently) version causing problems http://code.google.com/p/sympy/issues/detail?id=3008 We should figure out what version causes the problem and disable it (in import_module). -- You received this message because you are

Re: Issue 3008 in sympy: Cython (apparently) version causing problems

2012-01-16 Thread sympy
Updates: Status: Accepted Labels: -Priority-Medium Priority-Critical Comment #1 on issue 3008 by asmeu...@gmail.com: Cython (apparently) version causing problems http://code.google.com/p/sympy/issues/detail?id=3008 Can you post the exact output of the test here? -- You

Re: Issue 3008 in sympy: Cython (apparently) version causing problems

2012-01-16 Thread sympy
Comment #2 on issue 3008 by hunt...@gmail.com: Cython (apparently) version causing problems http://code.google.com/p/sympy/issues/detail?id=3008 Complete version attached, but here's a snippet: - [...] File /home/kevin/devel/sympy/sympy/utilities/autowrap.py, line 129, in wrap_code

Re: Issue 3008 in sympy: Cython (apparently) version causing problems

2012-01-16 Thread sympy
Comment #3 on issue 3008 by hunt...@gmail.com: Cython (apparently) version causing problems http://code.google.com/p/sympy/issues/detail?id=3008 As an update, I've not used Cython before SymPy, so didn't know much about it. My distro version of Cython is at 0.12.1, but I just realized I