Re: [sage-devel] Sage Learn_sat AttributeError

2014-11-30 Thread Joe ouni
Hi, I have created a ticket two weeks ago and until now I have received no response. Here is the link http://trac.sagemath.org/ticket/17351#ticket Maybe you can help me. On Tuesday, November 11, 2014 12:15:51 PM UTC+1, Martin Albrecht wrote: > > On Tuesday 11 Nov 2014 02:43:19 Joe ouni wrote: >

Re: [sage-devel] Sage Learn_sat AttributeError

2014-11-11 Thread Martin Albrecht
On Tuesday 11 Nov 2014 02:43:19 Joe ouni wrote: > > "/opt/sage-6.0-x86_64-Linux/local/lib/python2.7/site-packages/sage/structu > > re/sequence.py",> > > > line 944, in __getattr__ > > > > > > raise AttributeError("'Sequence_generic' object has no attribute > > > > > > '%s'"%name) > > > Attri

Re: [sage-devel] Sage Learn_sat AttributeError

2014-11-11 Thread Joe ouni
Hallo, Thank for your replay in the first line i declared the used variables. then i defined the functions that should be solved. it is so right it works even with small examples . i tried it:) On Tuesday, November 11, 2014 11:36:01 AM UTC+1, John Cremona wrote: > > I am copying this to sage-su

Re: [sage-devel] Sage Learn_sat AttributeError

2014-11-11 Thread John Cremona
I am copying this to sage-support which seems the more appropriate mailing list. In your first line you define a ring called F with several variables. In the second line you redefine F to be alist of elements of that ring. Did you intend that? John On 11 November 2014 10:09, Joe ouni wrote: >