Issue 3734 in sympy: SymPy thinks that gmpy 2.0.0 is too old

2013-04-05 Thread sympy
Status: Valid Owner: Labels: Type-Defect Priority-Medium Milestone-Release0.7.3 New issue 3734 by asmeu...@gmail.com: SymPy thinks that gmpy 2.0.0 is too old http://code.google.com/p/sympy/issues/detail?id=3734 /Users/aaronmeurer/Documents/Python/sympy/sympy-scratch/sympy/external/import

Re: Issue 3734 in sympy: SymPy thinks that gmpy 2.0.0 is too old

2013-04-05 Thread sympy
Comment #1 on issue 3734 by asmeu...@gmail.com: SymPy thinks that gmpy 2.0.0 is too old http://code.google.com/p/sympy/issues/detail?id=3734 It's obviously because In [33]: "2.0.0" >= "2.0.0b4" Out[33]: False The solution is to bump the minimum version to 2.0.0. -- You received this messag

Re: Issue 3734 in sympy: SymPy thinks that gmpy 2.0.0 is too old

2013-04-06 Thread sympy
Comment #2 on issue 3734 by skirpic...@gmail.com: SymPy thinks that gmpy 2.0.0 is too old http://code.google.com/p/sympy/issues/detail?id=3734 https://github.com/sympy/sympy/pull/1941 close? btw, I'm not sure that import_module does right things, while doing a naive version comparison (mo

Re: Issue 3734 in sympy: SymPy thinks that gmpy 2.0.0 is too old

2013-04-07 Thread sympy
Updates: Status: Fixed Comment #3 on issue 3734 by asmeu...@gmail.com: SymPy thinks that gmpy 2.0.0 is too old http://code.google.com/p/sympy/issues/detail?id=3734 Yeah, I must have been working off a branch that was made before that pull request was merged. Regarding disutils, su