[sage-support] Re: problem with AlternatingGroup

2007-06-01 Thread Green Kobold
Perfect, its working now. I just used Integer(x), so I did not install the patch, but this email is starred and i've put the link as a comment in my script. Thanks, gk On 5/31/07, David Joyner <[EMAIL PROTECTED]> wrote: > > I am towards the end of some major changes to permgroup.py which > I'm a

[sage-support] Re: problem with AlternatingGroup

2007-05-30 Thread David Joyner
Thanks. I've applied David Harvey's patch to my permgroups.py fixes. The file itself is finished but I'm waiting for some minor fixes to be applied to some GAP functions which it wraps. I think my code is written correctly once the GAP functions are fixed but currently it won't pass doc tests. +

[sage-support] Re: problem with AlternatingGroup

2007-05-30 Thread David Joyner
I am towards the end of some major changes to permgroup.py which I'm about to submit. Can you just send me the diff or the entire Alternatinggroup function in an email? David Harvey wrote: > Fixed. Patch at > > http://sage.math.washington.edu/home/dmhar

[sage-support] Re: problem with AlternatingGroup

2007-05-30 Thread David Harvey
Fixed. Patch at http://sage.math.washington.edu/home/dmharvey/patches/ alternating_group.hg david On May 30, 2007, at 9:34 PM, David Harvey wrote: > > > On May 30, 2007, at 9:30 PM, Green Kobold wrote: > >> >> in the middle of a code (600 lines), i use a AlternatingGroup and get >> always the

[sage-support] Re: problem with AlternatingGroup

2007-05-30 Thread David Harvey
On May 30, 2007, at 9:30 PM, Green Kobold wrote: > > in the middle of a code (600 lines), i use a AlternatingGroup and get > always the same error: > > Traceback (most recent call last): > File "../../python/dev/wx-dev/granulador8.py", line 496, in MkSnd > MakeGrains(self.name) > File ".