Re: [sage-support] cypari fails to build on Ubuntu 18.04

2019-06-18 Thread Kevin Horton
> On Jun 18, 2019, at 06:21, Jeroen Demeyer wrote: > >> On 2019-06-18 15:16, Kevin Horton wrote: >> 2. It is quite possible low memory is the issue, as I'm trying to >> install it on a Linode virtual server with 1 GB RAM. > > Yes, that's probably not enough

Re: [sage-support] cypari fails to build on Ubuntu 18.04

2019-06-18 Thread Kevin Horton
On Monday, June 17, 2019 at 10:09:35 PM UTC-7, Jeroen Demeyer wrote: > > Internal compiler error typically means one of the following: > - Running out of memory during compilation > - Buggy compiler > - Hardware problem > > So the following questions need to be answered: > > 1. Is the problem

[sage-support] cypari fails to build on Ubuntu 18.04

2019-06-17 Thread Kevin Horton
* == gcc --version gcc (Ubuntu 7.4.0-1ubuntu1~18.04.1) 7.4.0 == Any advice is appreciated. If there is no resolution, I'll install sage 8.1 using Ubuntu's packages. thanks, Kevin -- You received this message because you are subscribed to

[sage-support] Sage Crash Report

2017-04-06 Thread Kevin Buzzard
-- 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 sage-support+unsubscr...@googlegroups.com. To post to this group, send email to sage-support@googlegroups.com.

[sage-support] Re: Mysterious behaviour of q_eigenform... Bug?

2016-05-03 Thread Kevin Buzzard
I get True True True False True True True True True True True True True True True True False True True True False True False Have I misunderstood something or is this a bug? Kevin On Thursday, 28 April 2016 15:09:59 UTC+1, Misja wrote: > > When understand the specific reason

[sage-support] Re: Mysterious behaviour of q_eigenform... Bug?

2016-05-03 Thread Kevin Buzzard
decomposition(); f=D[2] elt=f.q_eigenform(10,'alpha')[3]; elt.is_integral() and observe that we get "false". In fact none of the q-expansion coefficients are algebraic integers from q^2 to q^10. Kevin > Although this can be a bit annoying, in theory it is fine. But I am pretty >&g

[sage-support] Re: Mysterious behaviour of q_eigenform... Bug?

2016-05-03 Thread Kevin Buzzard
-- I still get a 1. Kevin $ sage ┌┐ │ Sage Version 6.4.1, Release Date: 2014-11-23 │ │ Type "notebook()" for the browser-based notebook interface.│ │ Type "h

[sage-support] Re: keyboard shortcuts

2015-10-29 Thread Kevin Knaus
It is now 6 years on from when this post was originally made (2009, currently 2015) and it is proving impossible to find a clear reference to keyboard shortcuts in SAGE. The context I have for this is two fold. One. I note William Stein and others commenting on the low retention rate for SAGE

[sage-support] Sage (6.4.1) notebook build failed on 32 bit CentOS 5.11

2014-12-11 Thread Kevin Conway
Sage (6.4.1) notebook build failed on 32 bit CentOS 5.11. Version of sagenb was 0.11.1. To reproduce, build Sage from source (e.g., ./make from Sage installation directory). CPU was CPU1: Intel(R) Core(TM)2 Duo CPU E4400 @ 2.00GHz stepping 0d per dmesg. Sage runs, but ptest or building

[sage-support] Running multiple sage sessions because of memory issues

2014-08-04 Thread Kevin Buzzard
, for all values of N). This seems like a sufficiently generic problem that perhaps someone has solved it already; if no-one has done it I'll write some amateurish code to do it myself but I thought there was no harm in asking first. Kevin -- You received this message because you are subscribed

[sage-support] Re: Running multiple sage sessions because of memory issues

2014-08-04 Thread Kevin Buzzard
Ooh I'm _really_ glad I asked now. Many thanks William. The first time I wanted such a loop, I was beta testing your magma modular symbols code in 2000 or so :-) Kevin On Monday, 4 August 2014 15:01:05 UTC+1, William wrote: On Mon, Aug 4, 2014 at 5:11 AM, Kevin Buzzard kevin.m...@gmail.com

[sage-support] random subs() surprise that has just kept me guessing for over an hour

2014-07-27 Thread Kevin Buzzard
,1/x] which would have involved some thinking on my part ;-) PS change x+2/x to x+GF(3)(2)/x and it works fine ;-) Kevin -- 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

Re: [sage-support] Re: random subs() surprise that has just kept me guessing for over an hour

2014-07-27 Thread Kevin Buzzard
to work in a script because I was using execfile instead of %runfile. We live and learn. Kevin On Sunday, 27 July 2014 22:50:45 UTC+1, Nils Bruin wrote: I don't think we'll ever get SR to operate properly in positive characteristics; especially because it would allow completely arbitrary

Re: [sage-support] very easy polynomial question

2014-04-09 Thread Kevin Buzzard
) will pretty much always work. If this is the case then I should just do some more coding until I get the hang of it. Kevin On Wednesday, 9 April 2014 08:59:11 UTC+1, John Cremona wrote: These clever hacks do not take away from Kevin's main points: that getting field automorphisms to act

[sage-support] cut-and-paste file into sage session gives different answers to loading file with execfile??

2014-04-09 Thread Kevin Buzzard
:-/ Kevin * $ sage ┌┐ │ Sage Version 6.1.1, Release Date: 2014-02-04 │ │ Type notebook() for the browser-based notebook interface.│ │ Type help() for help

[sage-support] very easy polynomial question

2014-04-08 Thread Kevin Buzzard
doesn't work I am lost. Kevin -- 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 sage-support+unsubscr...@googlegroups.com. To post to this group, send email to sage

[sage-support] Computing mod p reduction of char poly of a Hecke operator on a space of char 0 newforms

2014-04-01 Thread Kevin Buzzard
done than is necessary. Aah well -- at least I can reduce the matrix of t mod 3...GAAARGH no I can't, because there are 3's in the denominator :-/ So now I am stuck. I really don't want to compute that char poly in char 0 and then reduce. Help! Kevin -- You received this message because you

Re: [sage-support] Computing mod p reduction of char poly of a Hecke operator on a space of char 0 newforms

2014-04-01 Thread Kevin Buzzard
of eigenvalues showing up will be precisely those coming from the reductions of char 0 newforms. Isn't that the space I want? How can I compute this space in sage? Kevin On Tuesday, 1 April 2014 15:39:24 UTC+1, William wrote: On Tue, Apr 1, 2014 at 4:05 AM, Kevin Buzzard kevin.m

[sage-support] Failing to Create public.pem

2014-02-20 Thread Kevin Wheelock
Hi all, I compiled 6.1.1 on my OSX Lion box. The compile went flawlessly. I did ./sage -i openssl make ssl My goal is to run a secure sage server. When I attempt to run the server, using the command sage: sage: notebook(interface='', ulimit='-v 50',accounts=True,automatic_login=False,

[sage-support] Failed to Create public.pem on OSX Lion

2014-02-20 Thread Kevin Wheelock
Hi all, I compiled 6.1.1 on OSX Lion. The compile went flawlessly. I did ./sage -i openssl make ssl My goal is to run a Sage server. I issued the command sage: notebook(interface='', ulimit='-v 50',accounts=True,automatic_login=False, secure=True) notebook().setup ran automatically. It

[sage-support] Re: math processing error in Sage-5.10 documentation

2013-07-03 Thread Kevin Halasz
, thanks for the helpful ideas you've given me so far. All advice is greatly appreciated. On Tuesday, July 2, 2013 12:29:32 AM UTC-7, Kevin Halasz wrote: I built Sage from source in virtual machine running ubuntu 12.04 LTS. When I try to build the reference manual and look at it, I get a [Math

Re: [sage-support] Re: math processing error in Sage-5.10 documentation

2013-07-03 Thread Kevin Halasz
/2013 02:34 PM, Kevin Halasz wrote: hmm. This is quite perplexing. My browser was already rendering math as HTML-CCS. I may be wrong, but it seems as though, as these documents are auto-generated by Sphinx, the problem is not with anything in my sage directory, but rather with Sphinx

[sage-support] math processing error in Sage-5.10 documentation

2013-07-02 Thread Kevin Halasz
I built Sage from source in virtual machine running ubuntu 12.04 LTS. When I try to build the reference manual and look at it, I get a [Math Processing Error] everywhere that there should be text formatted in tex math mode. I've tried doing a hard refresh (see

[sage-support] Re: math processing error in Sage-5.10 documentation

2013-07-02 Thread Kevin Halasz
this, and still had the same problem. On Tuesday, July 2, 2013 12:29:32 AM UTC-7, Kevin Halasz wrote: I built Sage from source in virtual machine running ubuntu 12.04 LTS. When I try to build the reference manual and look at it, I get a [Math Processing Error] everywhere that there should be text

[sage-support] Compiling SAGE - Bizarre ZFS bug?

2012-05-10 Thread Kevin
Linux dkar.research.pdx.edu 2.6.18-274.3.1.el5xen #1 SMP Tue Sep 6 20:57:11 EDT 2011 x86_64 x86_64 x86_64 GNU/Linux cp -p ../include/NTL/*.h /n/oregano.cic.pdx.edu/export/vol-apps/apps-linux-x86_64/user/src/sage-4.8/local/include/NTL cp: preserving permissions for

[sage-support] Could someone help me.....

2010-03-15 Thread Kevin
...me make a graph for this code. The code makes a distribution of 2 dice. It would be nice to have a graph to go with it. from random import random maximum = 1 counts = [0,0,0,0,0,0,0,0,0,0,0,0,0,0] n = 0 while n maximum: dieOne = int(random()*6)+1 dieTwo = int(random()*6)+1

[sage-support] Documentation update request

2010-03-05 Thread Kevin Marinelli
: python: Bad CPU type in executable Kevin Marinelli UConn Mathematics -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com

Re: [sage-support] Documentation update request

2010-03-05 Thread Kevin Marinelli
Thanks. I will do so. Kevin On Mar 5, 2010, at 7:35 PM, Minh Nguyen wrote: Hi Kevin, On Sat, Mar 6, 2010 at 7:33 AM, Kevin Marinelli marin...@math.uconn.edu wrote: On the web page http://wiki.sagemath.org/DownloadAndInstallationGuide, there is some slight misinformation for Macintosh

Re: [Bulk] [sage-support] Re: sage server setup support sought

2009-08-16 Thread Kevin Horton
to connect with http does not guarantee that https will work. -- Kevin Horton --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support-unsubscr...@googlegroups.com For more

[sage-support] Re: sage server setup support sought

2009-08-16 Thread Kevin Horton
, but not using https. I think the first step is to ensure you can connect to your web server using https. Once you've confirmed that https works, you can then try connecting to the sage server. Kevin Horton On 16 Aug 2009, at 17:28, John Cremona wrote: Thanks Kevin -- do you know how to test

[sage-support] Re: notebook worksheet rating info?

2009-08-07 Thread Kevin Horton
', **template_dict) It use for error page. But original source use it to show right result such as rate and raing_info page. Can I make a ticket for this? I tried this proposed fix on sage-4.1, and it did not change the result I get if clicking on the rating_info link for an unrated worksheet. -- Kevin

[sage-support] Re: notebook worksheet rating info?

2009-08-07 Thread Kevin Horton
On 6 Aug 2009, at 20:23, William Stein wrote: 2009/8/6 Kevin Horton khorto...@rogers.com What is supposed to happen if one click's on a rating_info link in a list of notebook worksheets? I've tried with three different browsers on two computers, on both sagenb.org and on my personal local

[sage-support] notebook worksheet rating info?

2009-08-06 Thread Kevin Horton
What is supposed to happen if one click's on a rating_info link in a list of notebook worksheets? I've tried with three different browsers on two computers, on both sagenb.org and on my personal local server, and I always end up at a blank page titled Error | Sage Notebook. -- Kevin Horton

[sage-support] Re: Is it possible to replace the list built-in type in Sage?

2009-07-12 Thread Kevin Horton
not accept sage's native types. But, there are workarounds: http://wiki.sagemath.org/faq#Typeissuesusingscipy.2CcvxoptornumpyfromSage This situation may be resolved in sage-4.1.1, assuming a recently developed patch survives the referee process. -- Kevin Horton

[sage-support] Re: scipy binomial pmf

2009-07-09 Thread Kevin Horton
Bradshaw. If I ever meet you, I'd be happy to buy you a beer, or other beverage of your liking. Will this change make it in sage 4.1, or will it slip to 4.1.1? -- Kevin Horton Ottawa, Canada --~--~-~--~~~---~--~~ To post to this group, send email to sage

[sage-support] Deleting notebook DATA file leads to error page

2009-07-07 Thread Kevin Horton
is Safari 4 on OS X 10.5, in case that makes a difference Does anyone have any ideas on things I can check that might be causing this, or is this a bug, in which case I will open a Trac ticket. -- Kevin Horton Ottawa, Canada --~--~-~--~~~---~--~~ To post to this group

[sage-support] Re: Deleting notebook DATA file leads to error page

2009-07-07 Thread Kevin Horton
On 7 Jul 2009, at 13:27, William Stein wrote: On Tue, Jul 7, 2009 at 10:19 AM, Kevin Hortonkhorto...@rogers.com wrote: I'm using sage 4.0.2 on 32 bit ubuntu 8.10, via the notebook interface. If I delete a data file using the notebook (Data... pop up menu - file name - delete file

[sage-support] Re: scipy binomial pmf

2009-07-06 Thread Kevin Horton
Maybe you can use: sage: RealNumber=float; Integer=int or, explicitly define the number type when calling the scipy function. Good luck, Kevin Horton On 6 Jul 2009, at 15:57, Mikie wrote: Ahmed, Looks good, but I am creating a function in python that is called. And 1r, .56r ,etc. does

[sage-support] Re: stat functions

2009-07-01 Thread Kevin Horton
your other attempts have failed, as you haven't shown us what code you tried, nor have you shown the error messages you received. You need to provide more information if you want our help, as we can neither read your mind, nor see what is on your computer screen. -- Kevin Horton Ottawa

[sage-support] Re: How can calculate the time of execution of a command in sage

2009-06-30 Thread Kevin Horton
) EXAMPLES: sage: timeit('2^1') 625 loops, best of 3: ... per loop ... -- Kevin Horton Ottawa, Canada --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group

[sage-support] Re: numpy.random

2009-06-29 Thread Kevin Horton
up a wiki account so I could edit the page, but that didn't seem to work. -- Kevin Horton Ottawa, Canada --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support

[sage-support] Re: Can I write a sage program and run it from command line?

2009-05-30 Thread Kevin Horton
, if you were working with a remote sage server, and you did not have access to the file system to install modules, you could upload a module to the DATA directory of a worksheet, then do: import sys sys.path.append(DATA) import your_module -- Kevin Horton Ottawa, Canada

[sage-support] Re: notebook, folding

2009-05-27 Thread Kevin Horton
they can work with their own copy of the worksheet. -- Kevin Horton Ottawa, Canada --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support-unsubscr...@googlegroups.com

[sage-support] Re: sage scripts

2009-05-21 Thread Kevin Horton
On 21 May 2009, at 06:53, Kevin Horton wrote: On 21 May 2009, at 02:22, flori wrote: I would like to write a script using sage and I just followed the tutorial page 82. I copied the example #!/usr/bin/env sage -python import sys from sage.all import * if len(sys.argv) != 2: print

[sage-support] Remove optional spkg?

2009-05-21 Thread Kevin Horton
to be all or nothing - i.e. nothing will change until we get full package managment? -- Kevin Horton Ottawa, Canada --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage

[sage-support] Re: Remove optional spkg?

2009-05-21 Thread Kevin Horton
On 21 May 2009, at 12:41, Jaap Spies wrote: Kevin Horton wrote: I'm hoping someone can suggest a way to remove an optional spkg, specifically the scitools++ package. I only see scitools++ in experimental! Experimental packages are dangerous if you don't know what you are doing, stay away

[sage-support] Broken examples in doc/live/numerical_sage/plotting.html?

2009-05-21 Thread Kevin Horton
. Are these examples truly broken, or is there possibly a problem with sage-4.0.alpha0? -- Kevin Horton Ottawa, Canada --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support

[sage-support] *word*? in notebook?

2009-05-18 Thread Kevin Horton
is No object '' currently defined.. Is this the intended behaviour, or is it a bug? I'm running sage 4.0.alpha0. -- Kevin Horton Ottawa, Canada --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from

[sage-support] Re: *word*? in notebook?

2009-05-18 Thread Kevin Horton
On 18 May 2009, at 15:10, William Stein wrote: On Mon, May 18, 2009 at 11:21 AM, Kevin Horton khorto...@rogers.com wrote: A recent discussion of ways to find help pointed out a very useful construct: *word*? at the sage command line will provide a list of commands that include

[sage-support] Re: *word*? in notebook?

2009-05-18 Thread Kevin Horton
On 18 May 2009, at 16:49, Franco Saliola wrote: On Mon, May 18, 2009 at 9:55 PM, Kevin Horton khorto...@rogers.com wrote: On 18 May 2009, at 15:10, William Stein wrote: On Mon, May 18, 2009 at 11:21 AM, Kevin Horton khorto...@rogers.com wrote: A recent discussion of ways to find help

[sage-support] Re: Usage Styles and using scipy

2009-05-13 Thread Kevin Horton
never discover its existence. Are there any plans to change that? -- Kevin Horton Ottawa, Canada --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support-unsubscr

[sage-support] Re: Usage Styles and using scipy

2009-05-12 Thread Kevin Horton
, and are entered after clicking the Edit button while viewing a worksheet. You can see an example of what I created: https://99.240.209.8:8000/home/pub/11 -- Kevin Horton Ottawa, Canada --~--~-~--~~~---~--~~ To post to this group, send email to sage-support

[sage-support] Re: Usage Styles and using scipy

2009-05-12 Thread Kevin Horton
On 12 May 2009, at 18:18, Jason Grout wrote: Kevin Horton wrote: I'm very new to sage myself, so perhaps I have not yet found the optimum solution. For the moment, I am embedding latex math equations in html, like: p align='center'$W_{1}=\frac{1}{2}\rho_{1}V_{1}^{2}SC_{l}$/p The html

[sage-support] Re: Source browser

2009-05-09 Thread Kevin Horton
, it would be more useful to post a descriptive warning message but continue to start the server. -- Kevin Horton Ottawa, Canada --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email

[sage-support] No horizontal scroll bar when browsing doc indexes

2009-05-06 Thread Kevin Horton
this on Safari, Firefox, Camino and OmniWeb, on two different computers, using sage 3.4.2 built from source. Example URL: http://your _sage_server:8000/doc/live/reference/genindex-M.html Is there some setting I can change in sage to fix this, or is this a sage bug? -- Kevin Horton Ottawa, Canada

[sage-support] Re: No horizontal scroll bar when browsing doc indexes

2009-05-06 Thread Kevin Horton
On 6 May 2009, at 14:22, Kevin Horton wrote: With sage 3.4.2, I note that there is no horizontal scroll bar when viewing the documentation indexes with a web browser. The links in the indexes are in at least two columns, with most of the second column off screen to the right, unless you

[sage-support] Blank Error | Sage Notebook page after server restart

2009-05-05 Thread Kevin Horton
a completely blank page. I'm running sage 3.4.2. Thanks, -- Kevin Horton Ottawa, Canada --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support-unsubscr...@googlegroups.com

[sage-support] Error | Sage Notebook on login

2009-04-22 Thread Kevin Horton
. Any hints would be greatly appreciated. -- Kevin Horton Ottawa, Canada --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support-unsubscr...@googlegroups.com For more options

[sage-support] Re: Error | Sage Notebook on login

2009-04-22 Thread Kevin Horton
On 22 Apr 2009, at 20:39, William Stein wrote: On Wed, Apr 22, 2009 at 5:15 PM, Kevin Horton khorto...@rogers.com wrote: I am trying to setup sage in a virtual machine. I've got sage 3.4, installed from source, running in a Ubuntu 8.10 server (minimal install, no X, no GUI apps) virtual

[sage-support] Re: jsmath fonts bafflement

2009-04-21 Thread Kevin Horton
I don't know what changes to make. Or maybe I need to temporarily modify whatever code creates the html headers for worksheets, but I have not yet found where that code is. -- Kevin Horton Ottawa, Canada --~--~-~--~~~---~--~~ To post to this group, send email

[sage-support] Re: shift-return, shift-enter, click-mouse-on-evaluate. on evaluating a cell in a notebook

2009-04-21 Thread Kevin Horton
probably remain the default, to avoid great howls of pain from users who have grown accustomed to it. -- Kevin Horton Ottawa, Canada --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email

[sage-support] Re: jsmath fonts bafflement

2009-04-20 Thread Kevin Horton
server again in IE, and had the same problems that I reported above. I conclude that I have a problem with the image font installation on my server. But I have no idea how to troubleshoot it. For info, my public worksheets are at https://99.240.209.8:8000/pub/ -- Kevin Horton Ottawa, Canada

[sage-support] Re: jsmath fonts bafflement

2009-04-20 Thread Kevin Horton
On 20 Apr 2009, at 11:32, William Stein wrote: On Mon, Apr 20, 2009 at 8:15 AM, Kevin Horton khorto...@rogers.com wrote: On 20 Apr 2009, at 10:16, Jason Grout wrote: dpvc wrote: By works correctly, I mean that Firefox displays the nicely rendered equations, while IE only displays

[sage-support] Re: jsmath fonts bafflement

2009-04-19 Thread Kevin Horton
for the explanation. Kevin On Apr 18, 7:48 pm, Jason Grout jason-s...@creativetrax.com wrote: Kevin Horton wrote: I have made some progress in that I discovered that Firefox 3 works correctly on my work PC. It is only IE 7 that has the problems. I can live with this, so I will not invest any more

[sage-support] Re: jsmath fonts bafflement

2009-04-18 Thread Kevin Horton
On 18 Apr 2009, at 04:29, Jason Grout wrote: Kevin Horton wrote: I am running sage 3.4 on OS X. I get the well known jsmath fonts messages when I try to view a notebook worksheet from my work computer. Our work PCs are so locked down that I cannot install additional fonts there, so I

[sage-support] Re: jsmath fonts bafflement

2009-04-18 Thread Kevin Horton
On 18 Apr 2009, at 00:59, Adam Webb wrote: On Apr 18, 12:35 am, Kevin Horton khorto...@rogers.com wrote: I am running sage 3.4 on OS X. I get the well known jsmath fonts messages when I try to view a notebook worksheet from my work computer. Our work PCs are so locked down that I

[sage-support] How to stop wiki?

2009-04-18 Thread Kevin Horton
server PID. Any hints would be appreciated. -- Kevin Horton Ottawa, Canada --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support-unsubscr...@googlegroups.com For more

[sage-support] Re: How to stop wiki?

2009-04-18 Thread Kevin Horton
That works. Thank you very much. It was getting tiresome to reboot the computer after every wiki config adjustment. -- Kevin Horton On 18 Apr 2009, at 15:43, William Stein wrote: This is a known bug which will be fixed. For now, do ctrl-z kill %1 William On Sat, Apr 18, 2009

[sage-support] Error on sagenb.org on log in.

2009-02-02 Thread Kevin Loranger
After I log into SAENB: It looks like jsMath failed to set up properly (error code -7). I will try to keep going, but it could get ugly. --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send

[sage-support] FYI............broken web link

2008-12-02 Thread Kevin Loranger
http://modular.math.washington.edu/sage/paper-letter/ Kevin --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http

[sage-support] Re: can't run a script on when using SAGE on Milnix.org server

2008-09-19 Thread Kevin Miles
Hi, I run the milnix.org server and I just installed the imagemagick program on the server. Should work fine now, sorry about the inconvenience. On Sep 18, 9:24 pm, pong [EMAIL PROTECTED] wrote: Thanks for the explanation. It does work in server 2. -Pong On Sep 18, 6:05 pm, Mike Hansen

[sage-support] Re: can't run a script on when using SAGE on Milnix.org server

2008-09-19 Thread Kevin Miles
Hi, I run the milnix.org server and I just installed the imagemagick program on the server. Should work fine now, sorry about the inconvenience On Sep 18, 9:02 pm, pong [EMAIL PROTECTED] wrote: I have written an animation which runs fine in SAGE on my PC. However, when I run the same script