[sage-support] Re: Article

2007-10-06 Thread Green Kobold
Thanks Mike, thanks William. If I can do that on pure python, it would be great, indeed. What options are there for it? I found http://www.4dsolutions.net/ocn/crypto0.html any better one? I can go on in the direction of not using sage, but that would be trading something that has been great for th

[sage-support] Article

2007-10-03 Thread Green Kobold
Hi Sage List, Here is the article about music/group theory i mentioned some while ago. It uses SAGE allot, and it was recently presented at the 11ยบ Brazilian Symposium of Musical Computation, and publicated as an article on its proceedings: http://cortex.lems.brown.edu/~renato/sonic-art/nics/SBCM2

[sage-support] Re: sage 2.8.2 finding /usr/lib

2007-08-27 Thread Green Kobold
heers, best and ciao, gk On 8/27/07, William Stein <[EMAIL PROTECTED]> wrote: > > On 8/27/07, Green Kobold <[EMAIL PROTECTED]> wrote: > > Hi Michel, > > > > New versions of SAGE are blind to /usr/lib Cant I set it different? > > > > My understa

[sage-support] Re: sage 2.8.2 finding /usr/lib

2007-08-27 Thread Green Kobold
Hi Michel, New versions of SAGE are blind to /usr/lib Cant I set it different? Thanks again, gk On 8/27/07, mabshoff <[EMAIL PROTECTED]> wrote: > > > > > Can anyone help me on this? > > thanks in advance, > > gk > > You can try to copy the relevant bits to $SAGE_ROOT/local/lib and > $SAGE_R

[sage-support] sage 2.8.2 finding /usr/lib

2007-08-26 Thread Green Kobold
Hi, I installed this external python package in sage 2.5.0.2, but 2.8.2 seems to be blind to my /usr/lib /usr/include [EMAIL PROTECTED]:~/Desktop/packages/pyaudiolab-0.6.7$ ../framework/sage-2.8.2/sage setup.py install sndfile_info: libraries sndfile not found in /lib NOT AVAILABLE Traceback

[sage-support] Re: Compiled Code

2007-08-05 Thread Green Kobold
ad on linux/mac, on windows its > probably harder) > > I'm curious why you are so concerned about it being a compiled > executable. Python is on most linux machines (and easy to install) and > on all macs. On those machines python scripts are just as executable > as any binary. I

[sage-support] Re: Compiled Code

2007-07-24 Thread Green Kobold
n facilities. Does anyone know if any of these ideas would work? Is there a better way to make this? Thanks again, gk On 7/24/07, William Stein <[EMAIL PROTECTED]> wrote: > > On 7/23/07, Green Kobold <[EMAIL PROTECTED]> wrote: > > I am trying to make a compiled code out of a

[sage-support] Compiled Code

2007-07-23 Thread Green Kobold
I am trying to make a compiled code out of a sage code that uses external python libraries like wxpython. The idea is to make this little experimental app, that uses sage, available for other users. First, the .spyx run doens't accept "from sage.all import *". Ok, I took it off, hoping that it wou

[sage-support] Re: SAGE tutorial for 12-18 year olds ( installation issues )

2007-06-13 Thread Green Kobold
On 6/13/07, David Joyner <[EMAIL PROTECTED]> wrote: > > On 6/12/07, Ted Kosan <[EMAIL PROTECTED]> wrote: > > > > I have been studying SAGE for the past few weeks in preparation for > > creating a SAGE tutorial for 12-18 year olds. A topic I would like to > > discuss is the best way to make SAGE a

[sage-support] Re: problem with AlternatingGroup

2007-06-01 Thread Green Kobold
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),

[sage-support] problem with AlternatingGroup

2007-05-30 Thread Green Kobold
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 "../../python/dev/wx-dev/granulador8.py", line 335, in __init__

[sage-support] quick questions

2007-05-29 Thread Green Kobold
Hi Community, I excuse this simple questions, if here is not the place to ask them, please tell me. I am trying some applications of groups for sound organization, I studied some theory, for implementation i intend using sage, on which i installed external python libraries with perfect success! T