[sage-support] Re: Question re : ./sage -upgrade

2008-10-20 Thread doug5y
After trying to build it via the "-upgrade" method, I just deleted the whole installation, downloaded the 3.1.4 source, and started the build with fresh source. And I'm not trying to show off... DN On Oct 20, 11:11 am, John H Palmieri <[EMAIL PROTECTED]> wrote: > On Oct 20, 7:50 am, "Wi

[sage-support] Re: multiply a list by a constant

2008-10-20 Thread Jason Grout
William Stein wrote: > On Mon, Oct 20, 2008 at 2:24 PM, pong <[EMAIL PROTECTED]> wrote: >> Yes, that's what I got. Maybe because I'm only using SAGE 3.1.1 or >> there is something wrong with the installation. > > I bet that's the case. You should maybe upgrade. We'll be posting > binaries soon.

[sage-support] Re: multiply a list by a constant

2008-10-20 Thread Jason Grout
William Stein wrote: > On Mon, Oct 20, 2008 at 2:06 PM, pong <[EMAIL PROTECTED]> wrote: >> Thanks Marshall. I have thought about that as well. >> Since I want to optimize time. I want to see if your method is faster >> then a for loop. However, I run into something puzzling: >> >> vector( [k for k

[sage-support] Re: multiply a list by a constant

2008-10-20 Thread William Stein
On Mon, Oct 20, 2008 at 2:24 PM, pong <[EMAIL PROTECTED]> wrote: > > Yes, that's what I got. Maybe because I'm only using SAGE 3.1.1 or > there is something wrong with the installation. I bet that's the case. You should maybe upgrade. We'll be posting binaries soon. William > > sage: vector([

[sage-support] Re: multiply a list by a constant

2008-10-20 Thread pong
Yes, that's what I got. Maybe because I'm only using SAGE 3.1.1 or there is something wrong with the installation. sage: vector([k for k in range(10)]) --- TypeError

[sage-support] Re: multiply a list by a constant

2008-10-20 Thread William Stein
On Mon, Oct 20, 2008 at 2:06 PM, pong <[EMAIL PROTECTED]> wrote: > > Thanks Marshall. I have thought about that as well. > Since I want to optimize time. I want to see if your method is faster > then a for loop. However, I run into something puzzling: > > vector( [k for k in range(10)]) results in

[sage-support] Re: multiply a list by a constant

2008-10-20 Thread pong
Thanks Marshall. I have thought about that as well. Since I want to optimize time. I want to see if your method is faster then a for loop. However, I run into something puzzling: vector( [k for k in range(10)]) results in an error. Sage compliant about TypeError: unable to find a common ring for

[sage-support] Re: Upgrade failed in Givaro

2008-10-20 Thread mabshoff
On Oct 20, 2:01 pm, Simon King <[EMAIL PROTECTED]> wrote: > Dear Michael, > > On Oct 20, 7:05 pm, Simon King <[EMAIL PROTECTED]> wrote: > > > I think it'll be better to try from scratch (i.e., from sources). > > ... and that worked. As long as you copy libstc++.so into $SAGE_LOCAL/lib Sage will

[sage-support] Re: Upgrade failed in Givaro

2008-10-20 Thread Simon King
Dear Michael, On Oct 20, 7:05 pm, Simon King <[EMAIL PROTECTED]> wrote: > I think it'll be better to try from scratch (i.e., from sources). ... and that worked. However, is it normal that the attempt to upgrade did *not* result in an install.log? Yours Simon --~--~-~--~~-

[sage-support] Re: Question re : ./sage -upgrade

2008-10-20 Thread John H Palmieri
On Oct 20, 7:50 am, "William Stein" <[EMAIL PROTECTED]> wrote: > > Sorry, my answer above was from an airport via my iphone, Now you're just showing off... John --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscr

[sage-support] Re: Upgrade failed in Givaro

2008-10-20 Thread Simon King
Hi Michael, On Oct 20, 6:09 pm, mabshoff <[EMAIL PROTECTED] dortmund.de> wrote: > This looks like a problem with your toolchain since we don't ship any > libstdc++.so since it is provided by the C++ compiler. Ok. I have two versions of gcc on my machine, but the problem occurs in both cases. I

[sage-support] Re: german keybord in vmware image

2008-10-20 Thread William Stein
On Mon, Oct 20, 2008 at 8:52 AM, Martin Rubey <[EMAIL PROTECTED]> wrote: > > "William Stein" <[EMAIL PROTECTED]> writes: > >> On Mon, Oct 20, 2008 at 6:20 AM, Martin Rubey <[EMAIL PROTECTED]> wrote: >> > >> > "William Stein" <[EMAIL PROTECTED]> writes: >> > >> >> > UPDATE: >> >> > >> >> > using >>

[sage-support] Upgrade failed in Givaro

2008-10-20 Thread Simon King
Dear Team, after William's recent post that an upgrade to 3.1.4 should now be possible. I tried, but it failed. Strange: There was no new install.log (AFAIK, an upgrade should produce a new one). "Last words" on the screen: /home/king/SAGE/devel/sage-3.1.1/local/lib/../lib/libstdc++.so: could

[sage-support] Re: Upgrade failed in Givaro

2008-10-20 Thread mabshoff
On Oct 20, 9:01 am, Simon King <[EMAIL PROTECTED]> wrote: > Dear Team, > > after William's recent post that an upgrade to 3.1.4 should now be > possible. > > I tried, but it failed. > > Strange: There was no new install.log (AFAIK, an upgrade should > produce a new one). > > "Last words" on the

[sage-support] Re: german keybord in vmware image

2008-10-20 Thread Martin Rubey
"William Stein" <[EMAIL PROTECTED]> writes: > On Mon, Oct 20, 2008 at 6:20 AM, Martin Rubey <[EMAIL PROTECTED]> wrote: > > > > "William Stein" <[EMAIL PROTECTED]> writes: > > > >> > UPDATE: > >> > > >> > using > >> > > >> > dpkg-reconfigure console-setup works. > >> > >> What *precisely* works? >

[sage-support] Re: Publishing from localhost

2008-10-20 Thread William Stein
On Mon, Oct 20, 2008 at 8:41 AM, Graham <[EMAIL PROTECTED]> wrote: > > Hi all, > > I've been working on Sage from the version I recently downloaded to my > mac. I have no problems opening up notebooks and working in my > localhost location through my web browser. However, I wasn't able to > publis

[sage-support] Publishing from localhost

2008-10-20 Thread Graham
Hi all, I've been working on Sage from the version I recently downloaded to my mac. I have no problems opening up notebooks and working in my localhost location through my web browser. However, I wasn't able to publish these notebooks externally; they only come up as, e.g., "http://localhost:8000

[sage-support] Re: display 3d graphics in TeXmacs sage plugin

2008-10-20 Thread William Stein
On Mon, Oct 20, 2008 at 6:26 AM, DJDANG <[EMAIL PROTECTED]> wrote: > > Hi everyone, I'm having trouble trying to display 3D graphic objects > made with sage on TeXmacs. Everytime I try to plot any kind of 3D > object, it just says "Graphics3D Object" and that's it, nothing else > show up. > Please

[sage-support] Re: Question re : ./sage -upgrade

2008-10-20 Thread William Stein
On Mon, Oct 20, 2008 at 7:27 AM, John H Palmieri <[EMAIL PROTECTED]> wrote: > > On Oct 20, 12:57 am, Simon King <[EMAIL PROTECTED]> wrote: >> Dear William, >> >> On Oct 20, 5:47 am, "William Stein" <[EMAIL PROTECTED]> wrote: >> >> > Just do sage -upgrade again. >> >> Should this work already? Wasn

[sage-support] Re: german keybord in vmware image

2008-10-20 Thread William Stein
On Mon, Oct 20, 2008 at 6:20 AM, Martin Rubey <[EMAIL PROTECTED]> wrote: > > "William Stein" <[EMAIL PROTECTED]> writes: > >> > UPDATE: >> > >> > using >> > >> > dpkg-reconfigure console-setup works. >> >> What *precisely* works? > > That the key "z" prints a "z" and not a "y" in the console, and

[sage-support] Re: display 3d graphics in TeXmacs sage plugin

2008-10-20 Thread Justin C. Walker
Hi, Daniel, On Oct 20, 2008, at 06:26 , DJDANG wrote: > Hi everyone, I'm having trouble trying to display 3D graphic objects > made with sage on TeXmacs. Everytime I try to plot any kind of 3D > object, it just says "Graphics3D Object" and that's it, nothing else > show up. It's hard for anyone

[sage-support] Re: Question re : ./sage -upgrade

2008-10-20 Thread John H Palmieri
On Oct 20, 12:57 am, Simon King <[EMAIL PROTECTED]> wrote: > Dear William, > > On Oct 20, 5:47 am, "William Stein" <[EMAIL PROTECTED]> wrote: > > > Just do sage -upgrade again. > > Should this work already? Wasn't there some posts on Sage devel that > for some reason upgrade to 3.1.3 or 3.1.4 was

[sage-support] Re: displaying documentation

2008-10-20 Thread Serge Salamanka
Well, Stan has initiated the discussion about tab functionality. I've got a question to developers and may be a suggestion. When the cell comes to the end of browser window and one wants to look for available commands with tab option it shows options below the cell itself and below the end of t

[sage-support] display 3d graphics in TeXmacs sage plugin

2008-10-20 Thread DJDANG
Hi everyone, I'm having trouble trying to display 3D graphic objects made with sage on TeXmacs. Everytime I try to plot any kind of 3D object, it just says "Graphics3D Object" and that's it, nothing else show up. Please anyone who knows how this works give some advise or some other option to use.

[sage-support] Re: german keybord in vmware image

2008-10-20 Thread Martin Rubey
"William Stein" <[EMAIL PROTECTED]> writes: > > UPDATE: > > > > using > > > > dpkg-reconfigure console-setup works. > > What *precisely* works? That the key "z" prints a "z" and not a "y" in the console, and all the other keys seem to be in the right place, too. > Where would be the most use

[sage-support] Re: german keybord in vmware image

2008-10-20 Thread William Stein
On Mon, Oct 20, 2008 at 6:08 AM, Martin Rubey <[EMAIL PROTECTED]> wrote: > > mabshoff <[EMAIL PROTECTED]> writes: > >> On Oct 16, 7:33 pm, Burcin Erocal <[EMAIL PROTECTED]> wrote: >> > On 16 Oct 2008 20:21:55 +0200 >> >> Hi Martin, >> >> > Martin Rubey <[EMAIL PROTECTED]> wrote: >> > >> > > Some o

[sage-support] Re: german keybord in vmware image

2008-10-20 Thread Martin Rubey
mabshoff <[EMAIL PROTECTED]> writes: > On Oct 16, 7:33 pm, Burcin Erocal <[EMAIL PROTECTED]> wrote: > > On 16 Oct 2008 20:21:55 +0200 > > Hi Martin, > > > Martin Rubey <[EMAIL PROTECTED]> wrote: > > > > > Some of my students complain that the vmware image of sage seems to > > > use english keyb

[sage-support] Re: Question re : ./sage -upgrade

2008-10-20 Thread Simon King
Dear William, On Oct 20, 5:47 am, "William Stein" <[EMAIL PROTECTED]> wrote: > Just do sage -upgrade again. Should this work already? Wasn't there some posts on Sage devel that for some reason upgrade to 3.1.3 or 3.1.4 was a problem? I tried a minute ago, and an upgrade (starting with 3.1.2) fa