I don't think I'm copying or moving the file.  Below is the info from the 
.patch file for ell_point.py. Also, there is only one machine that is 
getting this error.

diff --git a/sage/schemes/elliptic_curves/ell_point.py 
b/sage/schemes/elliptic_curves/ell_point.py
--- a/sage/schemes/elliptic_curves/ell_point.py
+++ b/sage/schemes/elliptic_curves/ell_point.py
@@ -153,6 +153,10 @@
         Standard comparison function for points on elliptic curves, to
         allow sorting and equality testing.
 
+        NOTES:
+        
+        - __eq__ and __ne__ are implemented in 
SchemeMorphism_point_projective_ring
+
         EXAMPLES:
             sage: E=EllipticCurve(QQ,[1,1])
             sage: P=E(0,1)
@@ -374,6 +378,10 @@
         """
         Comparison function for points to allow sorting and equality 
testing.
 
+        NOTES:
+        
+        - __eq__ and __ne__ are implemented in 
SchemeMorphism_point_projective_field
+
         EXAMPLES::
 
             sage: E = EllipticCurve('45a')

-- 
-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org



Reply via email to