On Wed, 20 Feb 2019 at 14:24, Douglas Webster
wrote:
> Thank you, Isuru, for the assistance, but I'm afraid it still isn't
> working. The program is still crashing, but this time it seems to be the
> elliptical curves module that is causing the problem. A copy of the crash
> report is attached
Thank you, Isuru, for the assistance, but I'm afraid it still isn't
working. The program is still crashing, but this time it seems to be the
elliptical curves module that is causing the problem. A copy of the crash
report is attached but I think I will reinstall the binary version of sage
until p
This is a known issue with the conda package as the sage package hasn't
been updated yet for the new compiler runtimes on conda-forge.
Try,
conda create -n sage sage -c conda-forge/label/cf201901
Isuru
On Tue, Feb 19, 2019 at 1:11 PM Douglas Webster <
douglas.webster2...@gmail.com> wrote:
>
>
Operating system: See Attached file.
I installed Sage using conda giving the following commands during the
session as per the instructions on the sage website:
conda update --all
anaconda-navigator
conda create -n sage sage
conda activate sage
sage
I then removed the conda environment and reins
Hi Abdoulaye,
In order to help you we'll probably need a little more information.
How did you install Sage and on what operating system? What did you
do right before you got that error?
Normally you would get that error if you tried to run the sage-env
file directly, which is not a normal thing
On Saturday, November 11, 2017 at 11:30:56 AM UTC, amy...@hkbu.edu.hk wrote:
>
> Hello Sage-combinat community,
>
> I am an Assistant Professor at Hong Kong Baptist University, and I am
> looking to hire a research assistant for ~3 months to work on code related
> to combinatorial Hopf algebras
I have recently downloaded SageMath for educational purposes. However, I
faced problems while installing the software.
I use Ubuntu 15.04 and when building binaries from the terminal the
installation seems to be almost completed when a message appears (in copy
you will find the crash report) :
Oop
Can you try
apt-get install libgfortran3
On 12 November 2016 at 21:39, Gregory Grunberg
wrote:
> I installed Sage 7.4 under both Ubuntu 16.04 and 16.10. When I attempt to
> run Sage, it crashes. The crash report is attached.
>
> It may help to know that the Ubuntu 16.04 and 16.10 systems were
I installed Sage 7.4 under both Ubuntu 16.04 and 16.10. When I attempt to
run Sage, it crashes. The crash report is attached.
It may help to know that the Ubuntu 16.04 and 16.10 systems were running in
VMware Workstation 12 Player, version 12.5.1 build-4542065 under 64-bit
Windows 10. The Sage
I attached the file "Sage_crash_report.txt"
Sage seems broken after updating yesterday; I purged and reinstalled twice,
but to no avail.
I'm using elementary OS, and I installed through the PPA.
--
You received this message because you are subscribed to the Google Groups
"sage-support" group.
On Tue, Nov 24, 2015 at 04:12:52AM -0800, Dima Pasechnik wrote:
>If you first set domain to complex (and this is the setting Sage uses to
>call maxima), you get the same error as from Sage.
I have seen this post. My messages arrive too late due to moderation, so
they a little dated. Sorr
On Tuesday, 24 November 2015 11:12:13 UTC, Sergey Kirpichev wrote:
>
> On Monday, November 23, 2015 at 10:38:39 PM UTC+3, Ondrej Certik wrote:
>>
>> Note that William's result has one more zero in the answer... Which
>> one is correct?
>>
>
> Maxima's, of course. btw, sympy's answer is same:
>
On Tuesday, 24 November 2015 11:12:13 UTC, Sergey Kirpichev wrote:
>
>
> On Monday, November 23, 2015 at 3:43:02 AM UTC+3, William wrote:
>>
>> This definitely looks like a bug. In the meantime, a workaround is to
>> use sympy:
>>
>
>
> This is not a maxima bug:
>
> Maxima 5.34.1 http://maxim
On Monday, November 23, 2015 at 10:38:39 PM UTC+3, Ondrej Certik wrote:
>
> Note that William's result has one more zero in the answer... Which
> one is correct?
>
Maxima's, of course. btw, sympy's answer is same:
In [3]: limit(S(2)/5*((S(3)/4)**m - 1)*(a0 - 100) +
S(1)/5*(3*(S(3)/4)**m +
On Monday, November 23, 2015 at 3:43:02 AM UTC+3, William wrote:
>
> This definitely looks like a bug. In the meantime, a workaround is to
> use sympy:
>
This is not a maxima bug:
Maxima 5.34.1 http://maxima.sourceforge.net
using Lisp GNU Common Lisp (GCL) GCL 2.6.12 (a.k.a. GCL)
Distribute
On Monday, November 23, 2015 at 11:20:23 AM UTC-8, Dima Pasechnik wrote:
>
> the bug is not really in maxima, it's in Sage's interface to maxima:
>
> (%i7) limit(2/5*((3/4)^m - 1)*(a0 - 100) + 1/5*(3*(3/4)^m +
> 2)*a0,m,inf);
> (%o7) 40
>
> The stack overflow
On Mon, Nov 23, 2015 at 12:17 PM, Dima Pasechnik wrote:
>
>
> On Monday, 23 November 2015 19:38:39 UTC, Ondrej Certik wrote:
>>
>> On Mon, Nov 23, 2015 at 12:20 PM, Dima Pasechnik wrote:
>> >
>> >
>> > On Monday, 23 November 2015 00:43:02 UTC, William wrote:
>> >>
>> >> This definitely looks like
On Monday, 23 November 2015 19:38:39 UTC, Ondrej Certik wrote:
>
> On Mon, Nov 23, 2015 at 12:20 PM, Dima Pasechnik > wrote:
> >
> >
> > On Monday, 23 November 2015 00:43:02 UTC, William wrote:
> >>
> >> This definitely looks like a bug. In the meantime, a workaround is to
> >> use sympy:
On Mon, Nov 23, 2015 at 12:20 PM, Dima Pasechnik wrote:
>
>
> On Monday, 23 November 2015 00:43:02 UTC, William wrote:
>>
>> This definitely looks like a bug. In the meantime, a workaround is to
>> use sympy:
>>
>> sage: var('m a0')
>> (m, a0)
>> sage: x=2/5*((3/4)^m - 1)*(a0 - 100) + 1/5*(3*
On Monday, 23 November 2015 00:43:02 UTC, William wrote:
>
> This definitely looks like a bug. In the meantime, a workaround is to
> use sympy:
>
> sage: var('m a0')
> (m, a0)
> sage: x=2/5*((3/4)^m - 1)*(a0 - 100) + 1/5*(3*(3/4)^m + 2)*a0;x
> 2/5*((3/4)^m - 1)*(a0 - 100) + 1/5*(3*(
(note, I am not on the sage list or gms list, so this probably won't
make it there unless someone forwards it)
SymPy's limit primarily uses the Gruntz algorithm, which is fairly
capable. I'm not an expert on it, so others will be able to comment in
more detail, but as far as I know, it's mostly re
>
>
> I wonder -- to what extent should we be using maxima by default still
> for limits, instead of sympy...? At some point, presumably sympy will
> be uniformly better than maxima?
>
>
>
I've been wondering about this as well (also integrals) for some time.
Unfortunately I haven't had time
This definitely looks like a bug. In the meantime, a workaround is to
use sympy:
sage: var('m a0')
(m, a0)
sage: x=2/5*((3/4)^m - 1)*(a0 - 100) + 1/5*(3*(3/4)^m + 2)*a0;x
2/5*((3/4)^m - 1)*(a0 - 100) + 1/5*(3*(3/4)^m + 2)*a0
sage: limit(x, m=oo)
[BAD]
sage: limit(x, m=oo, algorithm='sympy
Forwarded to the correct list
-- Forwarded message --
From: G. M.-S.
Date: Sun, Nov 22, 2015 at 4:34 PM
Subject: [sage-release] Bug in limit?
To: sage-rele...@googlegroups.com
Hello.
This is my first post, please be indulgent.
Is the following a bug?
Thanks in advance.
Guil
On Thu, Oct 1, 2015 at 12:39 PM, Thomas Judson wrote:
> Does anyone have any idea what is going on with the following code?
>
> var('t')
> g = 9.8
> m = 80
> c = 1/(2*sqrt(3))
> f(x) = tanh(x)
> v(t) = sqrt(g*m/c)*f(sqrt(g*c/m)*t)
> T = 18.13
> sum(v(t)*T/800 for t in srange(0,T,T/800)).n(digits=8
Hello.
Have you try With décimal fractions instead of float values ?
Le 1 oct. 2015 21:39, "Thomas Judson" a écrit :
> Does anyone have any idea what is going on with the following code?
>
> var('t')
> g = 9.8
> m = 80
> c = 1/(2*sqrt(3))
> f(x) = tanh(x)
> v(t) = sqrt(g*m/c)*f(sqrt(g*c/m)*t)
>
Does anyone have any idea what is going on with the following code?
var('t')
g = 9.8
m = 80
c = 1/(2*sqrt(3))
f(x) = tanh(x)
v(t) = sqrt(g*m/c)*f(sqrt(g*c/m)*t)
T = 18.13
sum(v(t)*T/800 for t in srange(0,T,T/800)).n(digits=8)
sum(v(t)*T/800 for t in srange(0,T,T/800)).n(digits=7)
sum(v(t)*T/800 fo
Hi,
On Sat, Sep 5, 2015 at 4:53 PM, Hillal TOUATI wrote:
> Please someone can help me to install sagemath on my laptop.
it looks like you are using the sagemath package on fedora 22
and that you have hit upon this bug:
https://bugzilla.redhat.com/show_bug.cgi?id=1258006
An update is available i
Hi,
Please someone can help me to install sagemath on my laptop.
Sincerely yours.
--
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...@google
This was posted to sage-devel, but is also relevant here.
Thanks,
Jason
Forwarded Message
Subject: Sage Notebook shutdown
Date: Thu, 26 Mar 2015 12:17:20 -0700
From: William Stein
Reply-To: sage-noteb...@googlegroups.com
To: sage-devel , sage-notebook
Newsgroups:
gmane.co
-- Forwarded message --
From: Aaron Tresham
Date: Wed, Oct 15, 2014 at 1:17 PM
Subject: [sage-cloud] Strange behavior when integrating 1/x^p
To: sage-cl...@googlegroups.com
I'm assuming the problem I'm encountering is not in SMC, but in
whatever program is being used to integrate
-- Forwarded message --
From: Bhavin Moriya
Date: Mon, Jul 21, 2014 at 9:07 AM
Subject: SAGE
To: William Stein
Dear Sir,
Friend of mine written up following code to generate The Rudin Shapiro Sequence.
def count_11(st):
count = 0
for i in range(len(st)-1):
if st
On 19 June 2014 11:36, David Joyner wrote:
> On Thu, Jun 19, 2014 at 4:05 AM, John Cremona wrote:
>> The actual error message is very clear:
>>
>> NotImplementedError: Computation of dimensions of weight 1 cusp forms
>> spaces not implemented in general
>>
>> This -clearly - means that no formula
On Thu, Jun 19, 2014 at 4:05 AM, John Cremona wrote:
> The actual error message is very clear:
>
> NotImplementedError: Computation of dimensions of weight 1 cusp forms
> spaces not implemented in general
>
> This -clearly - means that no formula or algorithm has been
> implemented in Sage for dim
The actual error message is very clear:
NotImplementedError: Computation of dimensions of weight 1 cusp forms
spaces not implemented in general
This -clearly - means that no formula or algorithm has been
implemented in Sage for dimensions of weight 1 modular form spaces.
How much clearer could it
Does anyone know the answer to this?
-- Forwarded message --
From: M. <...>
Date: Wed, Jun 18, 2014 at 8:43 PM
Subject: Sage ModularForms() error?
To: wdjoy...@gmail.com
David Joyner,
When using the sagecell.sagemath.org server,
when I evaluate the command:
ModularForms(Gamm
-- Forwarded message --
From: aperry
Date: Fri, Mar 28, 2014 at 5:25 PM
Subject: sage bug
To: wst...@uw.edu
Hi,
I'd like to report a bug in sage. There seems to be a problem with the
functions that check whether two quadratic forms over Z are
equivalent.
Here is a sample of cod
Whoever answers, reply to him directly as well.
-- Forwarded message --
From: Daniel Alibert
Date: Mon, Aug 19, 2013 at 11:11 AM
Subject: Re: sage
To: William Stein
Thank you for answer and help, with virual box i have opened the file
obtened in France.
One last question : sag
-- Forwarded message --
From: Pal Zsamboki
Date: Wed, Apr 10, 2013 at 10:02 AM
Subject: Sage for MATH 309
To: wst...@math.washington.edu
Hi William,
I'm trying to make customized Sage cells for my course like this. My
problem is that if I raise tmax, the trajectory goes out of
-- Forwarded message --
From: Vinayak Vatsal
Date: Tue, Apr 2, 2013 at 8:31 AM
Subject: Sage on the Mac
To: William Stein
Hi William,
Can you tell me the current status of Sage on the Mac? I see that the
binaries on the download page only support earlier versions of Mac OS. Is
Hello,
After failing an upgrade from Sage v. 4.8, the Sage v. 5.2 source was
downloaded (md5sum checked fine) and the build started. The build
failed with mpir-2.4.0.p6 complaining that "configure: error: ABI=32
is not among the following valid choices: standard".
The config.log and mpir-2.4.0.p
Hi,
Does anybody have any thoughts about how to answer this?
William
-- Forwarded message --
From: Jennifer Babb
Date: Thu, Jun 14, 2012 at 11:44 AM
Subject: Sage Math and Accessibility
To: wst...@gmail.com
Dear Mr. Stein,
I am an Instructional Design Assistant working with
-- Forwarded message --
From: Dan Anderson
Date: Sunday, October 30, 2011
Subject: sage broken on latest ubuntu; solutions
To: wst...@gmail.com
Professor Stein,
My apologies for sending a sage support message directly to you; I couldn't
figure out how to post to one of the sage em
Just for the record, this problem is solved.
Begin forwarded message:
*From:* jianrong li
*Date:* September 26, 2011 0:20:57 GMT+02:00
*To:* Maarten Derickx
*Subject:* *Re: Sage install errors.*
Thank you very much. I have installed successfully.
2011/9/25 Maarten Derickx
> The prebuilt bi
The fact that you used make to install sage made me slightly confused.
>From the path where you installed sage
"/home/li/sage/sage-4.7-linux-32bit-ubuntu_10.04_lts-i686-Linux/"
I saw that you downloaded a prebuild binairy for the 32 bits version
of ubuntu 10.04. The procedure of installing prebu
cross-posting
-- Forwarded message --
From: D.C. Ernst
Date: Fri, Jul 29, 2011 at 2:36 PM
Subject: [sage-edu] batman logo
To: sage-edu
A student of mine just sent me the following batman logo:
http://i.imgur.com/CNy9J.jpg
I can't seem plot this using Sage. Here is what I tr
Hi,
I'm forwarding this to sage-support, where it properly belongs.
-- Forwarded message --
From: arshpreet singh
Date: Wed, Jul 6, 2011 at 10:23 AM
Subject: [sage-notebook] Sage and latex
To: sage-noteb...@googlegroups.com
Good morning sage users..
Please suggest me any link
cross-posting
-- Forwarded message --
From: Phetty
Date: Mon, May 2, 2011 at 8:04 PM
Subject: [sage-edu] Sage Ubuntu 64X run problem
To: sage-edu
Hi
Im tring to install sagemath into lates Ubuntu 64x Computer. I have
tried with binary files.But it wont worked and i get somethin
I'm forwarding the post below to sage-support where it properly belongs.
--
Regards
Minh Van Nguyen
-- Forwarded message --
From: SVCitian
Date: Wed, Nov 24, 2010 at 1:12 AM
Subject: [sage-edu] frobenius solve... how to do it in Sage
To: sage-edu
In mathematica..
http://refe
Hi Nicolas,
I have forwarded your question to the sage-support list, where it
should receive a much wider audience. Please reply to that list and
not the sage-edu list.
--
Regards
Minh Van Nguyen
-- Forwarded message --
From: billerey
Date: Thu, Oct 7, 2010 at 7:40 AM
Subject:
On Tue, Jun 22, 2010 at 4:42 PM, Dr. David Kirkby
wrote:
> On 06/22/10 11:56 PM, David Joyner wrote:
>>
>> Forwarded from sage-edu.
>>
>>
>> -- Forwarded message --
>> From: Adam
>> Date: Tue, Jun 22, 2010 at 5:52 PM
>> Subject: [sage-edu] Installation on Fedora 13
>> To: sage-edu
On 06/22/10 11:56 PM, David Joyner wrote:
Forwarded from sage-edu.
-- Forwarded message --
From: Adam
Date: Tue, Jun 22, 2010 at 5:52 PM
Subject: [sage-edu] Installation on Fedora 13
To: sage-edu
I tried to install Sage from source on Fedora (Linux Fedora
2.6.33.5-124.fc13.x86
Forwarded from sage-edu.
-- Forwarded message --
From: Adam
Date: Tue, Jun 22, 2010 at 5:52 PM
Subject: [sage-edu] Installation on Fedora 13
To: sage-edu
I tried to install Sage from source on Fedora (Linux Fedora
2.6.33.5-124.fc13.x86_64) and got the following errors:
gcc -
Hi Jonas,
I'm forwarding your email to sage-support.
-- Forwarded message --
From: Jonas Hägglund
Date: 2010/1/18
Subject: [Sage Bug Report]
To: wst...@gmail.com
Dear Professor Stein,
I found the following bug in graphs/graph.py:
g = Graph('Shc?GC@@g...@?@?...@k?op@?aa?a...@?'
I agree this is not a well-defined question but the questioner may
want to look at
http://www.gap-system.org/Manuals/doc/htm/tut/CHAP005.htm#SECT004 .
I also suggest starting with smaller groups to begin with, if possible,
to test out things.
On Thu, Dec 31, 2009 at 9:12 PM, Alex Ghitza wrote:
>
Note also that there is not just one but many embeddings of GL(8, GF(2))
into GL(10, GF(2)), and I'm not convinced that any of them is more
natural than the others -- there is even more than one diagonal
embedding. So I'm not sure this is a well-defined question (but maybe
I'm misinterpreting wha
Ciaran,
You should probably write to the GAP support forum:
http://www.gap-system.org/Contacts/People/supportgroup.html
On Thu, Dec 31, 2009 at 9:05 AM, Martin Albrecht
wrote:
> Any takers?
>
> Cheers,
> Martin
> -- Forwarded Message --
> Subject: sage q
> Date: Thursday 31
Any takers?
Cheers,
Martin
-- Forwarded Message --
Subject: sage q
Date: Thursday 31 December 2009
From: Ciaran Mullan
To: m.r.albre...@rhul.ac.uk
Hi Martin,
Happy new year!
I have a yet another basic sage question:
G=GL(10,GF(2))
H=GL(8,GF(2))
G contains a subgroup K isomo
-- Forwarded message --
From: Christian Szegedy
Date: Thu, Dec 17, 2009 at 12:26 AM
Subject: sage bug report
To: William Stein
Simple 8X8 matrix determinant computation makes sage hang:
load x.py
test()
On the other hand if m.det() is replaced m.inverse(), it runs through
in n
I'm forwarding this email from Michael Somos to sage-support.
The items about the Galois fields database being broken
are in the 4.0.1.a0 version of the installation manual.
Can anyone on this list determine if a track ticket should be opened
for this issue?
-- Forwarded message ---
-- Forwarded message --
From: Bill Allombert
Date: Fri, May 15, 2009 at 6:39 AM
Subject: sage binaries did not work
To: William Stein
Hello William,
(feel free to forward this email wherever you want)
I tried to install the SAGE binary below:
sage-3.4.1-linux-Debian_GNU_Linux
I got this. The sender's email address doesn't work...
-- Forwarded message --
From: Levon Ghazaryan
Date: Wed, Dec 17, 2008 at 8:55 AM
Subject: SAGE Crash Report
To: wst...@gmail.com
***
IPython post-mo
-- Forwarded message --
From: Arnim Littek <[EMAIL PROTECTED]>
Date: Tue, 19 Aug 2008 14:42:37 +1200
Subject: sage tutorial oops
To: [EMAIL PROTECTED]
I'm just starting with Sage, and I must say, it makes a good first
impression. I'll have more feedback over time.
Minor document
Stas, I guess I'll have to build from source but I'm forwarding your e-mail to
[sage-support] where it has a better chance of being answered properly.
Cheers,
Martin
-- Forwarded Message --
Subject: SAGE installation
Date: Thursday 05 June 2008
From: Stanislav Bulygin ...
To:
>From the UW sysadmin (in case he wasn't able to post to sage-support):
-- Forwarded message --
From: Steve Sheetz <[EMAIL PROTECTED]>
Date: Tue, Apr 15, 2008 at 8:48 AM
Subject: Re: [sage-support] Re: Expired security certificate, <
https://www.sagenb.org/ >
To: William Stein <[
Forwarding Robert's answer, he had some problems with sending the email.
-- Forwarded message --
From: Robert Cimrman <>
Date: Mon, Apr 7, 2008 at 1:51 PM
Subject: Re: [sage-support] Re: PDE and Finite Element methods
To: Ondrej Certik <>
Cc: sage-support@googlegroups.com
Ondr
Hi,
I'm forwarding (with permission) John's questions and comments about
the sage programming
guide here. I hope somebody can answer them.
-- William
-- Forwarded message --
From: John Palmieri <[EMAIL PROTECTED]>
Date: Sat, Apr 5, 2008 at 6:41 PM
Subject: Sage documentation:
-- Forwarded message --
From: Rekha Thomas <[EMAIL PROTECTED]>
Date: Tue, Apr 1, 2008 at 9:16 AM
Subject: Re: [sage-support] Re: install_package('polymake-2.2.p4') fails
To: William Stein <[EMAIL PROTECTED]>
Cc: sage-support@googlegroups.com
Hi -
I was asking for some capability
Hi,
Could someone with a Windows machine make an entry in the
documentation or on the FAQ about how to share files between the
Ubuntu virtual machine and the host Windows operating system? Maybe
with screenshots? (see email below)
-- Carlo
-- Forwarded message --
From: Carlo Ha
-- Forwarded message --
From: Cliff Sojourner <>
Date: Dec 12, 2007 11:15 AM
Subject: Re: SAGE trouble on RHL FC3
To: William Stein <[EMAIL PROTECTED]>
thanks for your quick reply!
I will rebuild from source, if you don't hear anything then I got it to work :)
we're already ta
On Nov 26, 2007 1:42 AM, Simon King <[EMAIL PROTECTED]> wrote:
>
> Dear Sage team,
>
> i just upgraded sage on two machines. One has gcc 4.1.2 on it, the
> other has gcc 4.2.1.
> On the machine with 4.1.2, starting sage still looks like this:
> > sage
>
-- Forwarded message --
From: Richard Bumby <[EMAIL PROTECTED]>
Date: Oct 12, 2007 5:10 PM
Subject: SAGE 2.8.6
To: [EMAIL PROTECTED]
Just compiled on 32 bit Ubuntu Feisty (less than an hour).
make[1]: Leaving directory `/opt/sage/source/sage-2.8.6/spkg'
2820.73user 251.4
-- Forwarded message --
From: Robbert Jan van Meenen <>
Date: Apr 11, 2007 11:34 PM
Subject: SAGE on MacBook works (almost) completely
To: [EMAIL PROTECTED]
Dear wstein,
I have installed and upgraded sage on my MacBook core2 duo and it works fine.
However, activating gnuplot (wh
-- Forwarded message --
From: Christopher Kerr <>
Date: Apr 2, 2007 12:46 PM
Subject: Fwd: SAGE-2.3 build question..
To: [EMAIL PROTECTED]
Hi: I'm getting the following message when I try and build SAGE-2.3:
_gdmodule.c:1809: warning: passing argument 3 of 'PyString_AsStringAnd
Hi Jack:
Sorry for the problems. I'm forwarding your message to
sage-support since I don't use windows or vmware.
- David
-- Forwarded message --
From: Jack Schmidt <[EMAIL PROTECTED]>
Date: Mar 26, 2007 9:57 AM
Subject: SAGE VMWare troubles
To: David Joyner <[EMAIL PROTECTED]>, [
-- Forwarded message --
From: Karl Crisman <[EMAIL PROTECTED]>
Date: Mar 8, 2007 11:32 AM
Subject: RE: SAGE usage
To: William Stein <[EMAIL PROTECTED]>
Dear Prof. Stein,
Thanks very much for your response. I appreciate the sentiments as
well as interesting "preview" informa
Hello,
Could somebody answer the attached email. Be sure to
cc your answer to "Louis Wilson" <[EMAIL PROTECTED]>
Thanks
--
William Stein
Associate Professor of Mathematics
University of Washington
--~--~-~--~~~---~--~~
To post to this group, send email to sage-
-- Forwarded message --
From: Timothy Clemans <[EMAIL PROTECTED]>
Date: Jan 26, 2007 10:22 AM
Subject: sage -upgrade task doubling
To: William Stein <[EMAIL PROTECTED]>
"sage -upgrade" seems to try to upgrade twice. Shouldn't it only try once?
[EMAIL PROTECTED] Timothy]# sag
Forwarded to the support list, since it seems to be a bug report.
--~--~-~--~~~---~--~~
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://
79 matches
Mail list logo