[sage-devel] log_html() crashes

2007-02-19 Thread didier deshommes
Allo, {{{log_html}}} crashes because of undefined variable: {{{ sage: log_html () [..] 245 T = self._title() 246 inlog = os.path.split(self._input_log_name())[1] --> 247 return '%s%s\n%s\n%s'%(REFRESH,T,T, inlog, inlog) 248 249 def _footer(self): : glo

[sage-devel] Re: need some beta-testers for a sage gmp patch

2007-02-19 Thread mabshoff
On Feb 19, 5:08 am, "Jason Martin" <[EMAIL PROTECTED]> wrote: > Hi All, Hello, > > p.s. By the way, I'd love to make this work on a 64-bit Vista/cygwin > platform, but I don't have access to any of those. So, if you've got > one and you want to try this out, please let me know. > The is c

[sage-devel] Re: Defensive post to explain a notebook problem

2007-02-19 Thread William Stein
I've fixed this for SAGE-2.2 by making worksheet processes start in their worksheet subdirectory. On 2/19/07, Nick Alexander <[EMAIL PROTECTED]> wrote: > > > I was getting some _bizarre_ notebook behaviour, but have determined > the issue. > > If you try to run sage -notebook from sage-main/sage,

[sage-devel] Re: Sage mirror scripts

2007-02-19 Thread mabshoff
Hello, On Feb 19, 10:01 pm, "Jason Martin" <[EMAIL PROTECTED]> wrote: > If someone who is already mirroring sage could send me scripts for > syncing the mirror rsync -av --rsh=ssh --delete [EMAIL PROTECTED]:/home/was/ www/sage/ /path/to/webdir/sage/ > and a brief description of the setup Well

[sage-devel] Sage mirror scripts

2007-02-19 Thread Jason Martin
If someone who is already mirroring sage could send me scripts for syncing the mirror and a brief description of the setup, I'd greatly appreciate it. I'm also willing to run a sage notebook if it's easy to setup. (However, the dinky pentium4 that I've setup for this task might not be powerful e

[sage-devel] Re: A reasonable ~/.hgrc file

2007-02-19 Thread Yi Qiang
On Feb 19, 2007, at 11:53 AM, Nick Alexander wrote: > > === cut === > [ui] > username = Your Name <[EMAIL PROTECTED]> > [paths] > default = http://sage.math.washington.edu/sage/hg/sage-main > default-push = http://sage.math.washington.edu/sage/hg/sage-main > === cut === > > Default is for pull/i

[sage-devel] A reasonable ~/.hgrc file

2007-02-19 Thread Nick Alexander
=== cut === [ui] username = Your Name <[EMAIL PROTECTED]> [paths] default = http://sage.math.washington.edu/sage/hg/sage-main default-push = http://sage.math.washington.edu/sage/hg/sage-main === cut === Default is for pull/incoming; default-push is for push/outgoing/ bundle. Nick --~--~---

[sage-devel] Defensive post to explain a notebook problem

2007-02-19 Thread Nick Alexander
I was getting some _bizarre_ notebook behaviour, but have determined the issue. If you try to run sage -notebook from sage-main/sage, you will get some wild issues. What is happening is that IPython does not import. This is because IPython tries 'from sets import Set', and there is a sage-main/s

[sage-devel] patch switch clone without building

2007-02-19 Thread boothby
download the patch http://sage.math.washington.edu/home/boothby/my_patches/changeclone.hg apply the patch with hg_scripts now, you can run $ sage -cc abc and it'll switch clones nice & fast. --~--~-~--~~~---~--~~ To post to this group, send email to sage-deve

[sage-devel] Re: ianal but...

2007-02-19 Thread Alec Mihailovs
>> (1) Is this license GPL compatible? It seems like it might be. It is >> very >> free (much more so than the GPL). What do you think? I couldn't find >> anything definitive online... One thing -- this license is very clear >> about >> patent issues, which is comforting. I am not ANAL, bu

[sage-devel] Re: need some beta-testers for a sage gmp patch

2007-02-19 Thread didier deshommes
On 2/19/07, Jason Martin <[EMAIL PROTECTED]> wrote: > > Hi All, > > I've been tweaking the gmp used in sage. Right now this will only > benefit Linux users who have a core2 processor. However, I'd like to > make sure that my changes don't break the sage build on other > platforms. So, I'd appre

[sage-devel] Re: need some beta-testers for a sage gmp patch

2007-02-19 Thread David Joyner
I did this and had no problem compiling on a amd64 suse10.0 machine. +++ On 2/18/07, Jason Martin <[EMAIL PROTECTED]> wrote: > > Hi All, > > I've been tweaking the gmp used in sage. Right now this will only > benefit Linux users who have a core2 processor. Howev