On Fri, Jan 23, 2009 at 4:09 AM, Fabian Seoane <[email protected]> wrote: > > > On Sat, Jan 17, 2009 at 2:12 PM, luis <[email protected]> wrote: >> >> >> Hi, >> >> I am trying to install the sympy package, but pyton complains (see >> below). >> I am using Python 2.4.4 and sympy 0.6.3. >> >> Some idea? >> >> Thanks, >> >> Luis >> >> -------- >> >> [l...@urubamba sympy-0.6.3]#40 sudo python setup.py install >> Traceback (most recent call last): >> File "setup.py", line 35, in ? >> import sympy >> File "/home/luis/Desktop/sympy-0.6.3/sympy/__init__.py", line 18, >> in ? >> from polys import * >> File "/home/luis/Desktop/sympy-0.6.3/sympy/polys/__init__.py", line >> 2, in ? >> from monomial import monomials, monomial_count >> File "/home/luis/Desktop/sympy-0.6.3/sympy/polys/monomial.py", line >> 6, in ? >> from sympy.functions import factorial >> File "/home/luis/Desktop/sympy-0.6.3/sympy/functions/__init__.py", >> line 9, in ? >> import combinatorial >> File "/home/luis/Desktop/sympy-0.6.3/sympy/functions/combinatorial/ >> __init__.py", line 3, in ? >> import numbers >> File "/home/luis/Desktop/sympy-0.6.3/sympy/functions/combinatorial/ >> numbers.py", line 20, in ? >> from sympy.utilities.memoization import recurrence_memo >> File "/home/luis/Desktop/sympy-0.6.3/sympy/utilities/__init__.py", >> line 20, in ? >> from pytest import raises >> File "/home/luis/Desktop/sympy-0.6.3/sympy/utilities/pytest.py", >> line 47, in ? >> from py.__.test.outcome import Outcome, Passed, Failed, Skipped >> ImportError: No module named outcome > > I think that's a bug, but in the current development version that statement > is inside a try block... could you try with the development version (and > report the bug if it still happens)? > > Also, a workaround for this could be to install pylib, > http://codespeak.net/py/dist/
Luis sent this email twice, so if you look at the other one, the git version of sympy looks fine for Luis. Ondrej --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sympy?hl=en -~----------~----~----~----~------~----~------~--~---
