Updates:
        Cc: [email protected]

Comment #28 on issue 1026 by [email protected]: pypy doesn't run sympy
http://code.google.com/p/sympy/issues/detail?id=1026

Renato, how did you handle the numpy-related errors? I get a whole lot of errors like these and they crash the test runner:

Traceback (most recent call last):
  File "app_main.py", line 51, in run_toplevel
  File "bin/test", line 57, in <module>
    "sort": options.sort, "seed": options.seed})
File "/home/vperic/devel/sympy/sympy/utilities/runtests.py", line 193, in test
    return t.test(sort=sort)
File "/home/vperic/devel/sympy/sympy/utilities/runtests.py", line 518, in test
    self.test_file(f)
File "/home/vperic/devel/sympy/sympy/utilities/runtests.py", line 532, in test_file
    execfile(filename, gl)
File "/home/vperic/devel/sympy/sympy/physics/quantum/tests/test_cg.py", line 3, in <module>
    from sympy.physics.quantum.cg import Wigner3j, CG, cg_simp
File "/home/vperic/devel/sympy/sympy/physics/quantum/__init__.py", line 14, in <module>
    import anticommutator
File "/home/vperic/devel/sympy/sympy/physics/quantum/anticommutator.py", line 6, in <module>
    from sympy.physics.quantum.qexpr import split_commutative_parts
File "/home/vperic/devel/sympy/sympy/physics/quantum/qexpr.py", line 7, in <module>
    from sympy.physics.quantum.matrixutils import (
File "/home/vperic/devel/sympy/sympy/physics/quantum/matrixutils.py", line 30, in <module>
    numpy_ndarray = np.ndarray
AttributeError: 'module' object has no attribute 'ndarray'

Or is it something about my installation maybe?

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" 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-issues?hl=en.

Reply via email to