Hi all, I am trying to run gnfs code from this link (http://wstein.org/wiki/ant07%282f%29projects%282f%29shumow_raw.html) in sage. I am getting following error;
*AttributeError Traceback (most recent call last)<ipython-input-3-8436e5dd60a9> in <module>()----> 1 GNFS_Factoring_Algorithm(Integer(99999));<string> in GNFS_Factoring_Algorithm(N)<string> in compute_difference_of_squares(polynomial_ring, f, m, N, integer_pairs, vector)<string> in compute_numberfield_product_of_pairs(polynomial_ring, f, integer_pairs, vector)/home/anil/sage/sage-6.3/local/lib/python2.7/site-packages/sage/rings/polynomial/polynomial_element.so in sage.rings.polynomial.polynomial_element.Polynomial.mod (build/cythonized/sage/rings/polynomial/polynomial_element.c:19549)()/home/anil/sage/sage-6.3/local/lib/python2.7/site-packages/sage/rings/polynomial/polynomial_element.so in sage.rings.polynomial.polynomial_element.Polynomial.__mod__ (build/cythonized/sage/rings/polynomial/polynomial_element.c:19406)()/home/anil/sage/sage-6.3/local/lib/python2.7/site-packages/sage/structure/element.so in sage.structure.element.NamedBinopMethod.__call__ (build/cythonized/sage/structure/element.c:25224)()/home/anil/sage/sage-6.3/local/lib/python2.7/site-packages/sage/structure/element.so in sage.structure.element.Element.__getattr__ (build/cythonized/sage/structure/element.c:4022)()/home/anil/sage/sage-6.3/local/lib/python2.7/site-packages/sage/structure/misc.so in sage.structure.misc.getattr_from_other_class (build/cythonized/sage/structure/misc.c:1775)()AttributeError: 'Ideal_principal' object has no attribute 'quo_rem'* I never had this problem with the previous installation. Unfortunately due to my OS crashing, I had to install it all over again. So far, I have installed two versions i.e. 6.4 and 6.3. both are giving the same error. Please suggest some way out. Thanks Anil -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
