Status: Accepted
Owner: matt...@gmail.com
Labels: Type-Defect Priority-High

New issue 2720 by matt...@gmail.com: Fix physics/mechanics to work under Python 2.5
http://code.google.com/p/sympy/issues/detail?id=2720

Tests fail with:

Traceback (most recent call last):
  File "bin/test", line 62, in <module>
    "sort": options.sort, "seed": options.seed})
File "/home/mateusz/repo/git/sympy/sympy/utilities/runtests.py", line 193, in test
    return t.test(sort=sort)
File "/home/mateusz/repo/git/sympy/sympy/utilities/runtests.py", line 518, in test
    self.test_file(f)
File "/home/mateusz/repo/git/sympy/sympy/utilities/runtests.py", line 532, in test_file
    execfile(filename, gl)
File "/home/mateusz/repo/git/sympy/sympy/physics/mechanics/tests/test_essential.py", line 2, in <module>
    from sympy.physics.mechanics import (Vector, ReferenceFrame, dot, cross,
File "/home/mateusz/repo/git/sympy/sympy/physics/mechanics/__init__.py", line 14, in <module>
    import kane
File "/home/mateusz/repo/git/sympy/sympy/physics/mechanics/kane.py", line 6, in <module>
    from sympy.physics.mechanics.rigidbody import RigidBody
File "/home/mateusz/repo/git/sympy/sympy/physics/mechanics/rigidbody.py", line 7, in <module>
    class RigidBody(object):
File "/home/mateusz/repo/git/sympy/sympy/physics/mechanics/rigidbody.py", line 53, in RigidBody
    @frame.setter
AttributeError: 'property' object has no attribute 'setter'

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-issues@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to