[sage-support] Problem installing sage on ArchLinux.

2010-01-03 Thread Eugene Goldberg
Hello, I've got two computers with archlinux (i686 and x86_64 versions) and on both machines there is same problem installing sage: $make File "/home/ajunta/Binary/sage-4.3-linux-Ubuntu_9.10-x86_64-Linux/ local/lib/python2.6/site-packages/sage/interfaces/gap.py", line 362, in _start ra

Re: [sage-support] SAGE and .NET interoperability.

2010-01-03 Thread Dag Sverre Seljebotn
Jaap Spies wrote: > Dr. David Kirkby wrote: >> William Stein wrote: >> But that is very different from a native Windows port, which was I thought we were talking about. >>> We are talking about porting Sage to windows. I will leave it to the >>> lawyers to define "native Windows p

Re: [sage-support] Problem installing sage on ArchLinux.

2010-01-03 Thread Alex Ghitza
On Sun, 3 Jan 2010 01:09:00 -0800 (PST), Eugene Goldberg wrote: > I've got two computers with archlinux (i686 and x86_64 versions) and > on both machines there is same problem installing sage: > > $make > > File "/home/ajunta/Binary/sage-4.3-linux-Ubuntu_9.10-x86_64-Linux/ > local/lib/pyt

Re: [sage-support] Problem installing sage on ArchLinux.

2010-01-03 Thread Alex Ghitza
On Sun, 03 Jan 2010 20:47:37 +1100, Alex Ghitza wrote: > > One of these days I will find out how to make binaries and I'll produce > 32 and 64 bit binaries for archlinux. Sorry to be replying to myself. I read through the rest of README.txt (for the first time ever, I guess), and saw the secti

[sage-support] Re: Problem installing sage on ArchLinux.

2010-01-03 Thread Eugene Goldberg
Thanks for the advice, I had some problems building previous version of sage, and like that one - it solved by building sage from source. I guess building from source is the best way to avoid many problems. On Jan 3, 9:47 am, Alex Ghitza wrote: > On Sun, 3 Jan 2010 01:09:00 -0800 (PST), Eugene Go

[sage-support] keyboard issues

2010-01-03 Thread alfredo Gomez
Hi everybody. I'm new to SAGE, but as lecturer on linear algebra I would like explore its use. But I need help with a very basic installation issue. I have a Sony-Vaio laptop, 64 bit, running under windows vista. I downloaded the sun virtual box and the Sage package (0.3.7RC3). The problem is with

[sage-support] Re: How to produce png image with transparent background with latex.eval

2010-01-03 Thread Shing Hing Man
Hi Jason, Thanks for the reply! But I would like the png file of a latex expression, not a plot, to have transparent background. Shing On Jan 2, 9:46 pm, Jason Grout wrote: > Shing Hing Man wrote: > > I am using Sage 4.0.2.   The myImage.png produced by the following > > command has a white b

[sage-support] interact problem

2010-01-03 Thread Ken Levasseur
I've been trying to get an interaction running with the interact function but even the simplest ones don't run as expected on my version of Sage ('Sage Version 4.2.1, Release Date: 2009-11-14'). Sage is running on my MacBook Pro (w/ OSX 10.6.2). For example, if I evaluate @interact def _(n=sli

Re: [sage-support] SAGE and .NET interoperability.

2010-01-03 Thread Dima Pasechnik
Dave, it makes no sense to compare cygwin and virtualbox by Googlehits. Cygwin is just a tool to port Unix software to Windows quickly and relatively painlessly (at least the "command-line" software can usually be ported pretty quickly). Cygwin is also a toolchain to develop software on Windows (i.

Re: [sage-support] interact problem

2010-01-03 Thread William Stein
On Sun, Jan 3, 2010 at 9:43 AM, Ken Levasseur wrote: > I've been trying to get an interaction running with the interact > function but even the simplest ones don't run as expected on my > version of Sage  ('Sage Version 4.2.1, Release Date: 2009-11-14'). > Sage is running on my MacBook Pro  (w/ OS

[sage-support] losing notebook access in VirtualBox

2010-01-03 Thread michel
I've experienced several times now losing access to the Sage notebook files I've created using VirtualBox. After a period of smooth use, I might try again to open Firefox from within VirtualBox, and I'll be greeted with the message "Firefox can't establish a connection to the server at localhost:8

[sage-support] polynomial remainder

2010-01-03 Thread Michael Beeson
I am just learning Sage. I tried to define a polynomial and then find the polynomial remainder upon division by the cyclotomic_polynomial(18), which is 1-x^3+x^6.This is easily accomplished in Mathematica using the PolynomialRemainder function. But I could not find the analog of that function

[sage-support] Insert New HTML Cell?

2010-01-03 Thread Le Fou Volant
Hello, How can one document a Sage worksheet? The directive given in the help doesn't work: Shift click between cells to create a new HTML cell. Double click on existing HTML to edit it. Use $...$ and $$...$$ to include typeset math in the HTML block. When I direct the arrow (mouse pointer) betw

Re: [sage-support] Insert New HTML Cell?

2010-01-03 Thread Tim Joseph Dumol
Hello, You need to shift+left click the blue line that apppears. On Mon, Jan 4, 2010 at 4:05 AM, Le Fou Volant wrote: > Hello, > > How can one document a Sage worksheet? > > The directive given in the help doesn't work: > Shift click between cells to create a new HTML cell. Double click on > exi

Re: [sage-support] interact problem

2010-01-03 Thread Ken Levasseur
Yes, the sample interact works fine on http://sagenb.org. The problem isn't fixed in V4.3 for OSX10.6, right? Ken On Jan 3, 2010, at 1:13 PM, William Stein wrote: > On Sun, Jan 3, 2010 at 9:43 AM, Ken Levasseur wrote: >> I've been trying to get an interaction running with the interact >> fu

[sage-support] Re: polynomial remainder

2010-01-03 Thread bump
On Jan 3, 10:59 am, Michael Beeson wrote: > I am just learning Sage.   I tried to define a polynomial and then > find the polynomial remainder upon division by the > cyclotomic_polynomial(18), which is 1-x^3+x^6.    This is easily > accomplished in Mathematica using the PolynomialRemainder funct

Re: [sage-support] interact problem

2010-01-03 Thread William Stein
On Sun, Jan 3, 2010 at 12:41 PM, Ken Levasseur wrote: > Yes, the sample interact works fine on http://sagenb.org.   The problem isn't > fixed in V4.3 for OSX10.6, right? > No. I spent nearly a week working on these issues when OS X 10.6 was released, and haven't worked on it since. For some re

[sage-support] Re: Insert New HTML Cell?

2010-01-03 Thread Simon King
Hi! On 3 Jan., 21:10, Tim Joseph Dumol wrote: > Hello, > > You need to shift+left click the blue line that apppears. This is what Alex observed as well. But apparently it does not answer his question, because (citing him) "None of these three observations, helps me to create a new HTML cell." I

[sage-support] Re: How to produce png image with transparent background with latex.eval

2010-01-03 Thread ma...@mendelu.cz
On 3 led, 18:30, Shing Hing Man wrote: > Hi Jason, >   Thanks for the reply! But I would like the png file of a latex > expression, not a plot,  to have transparent background. > Do you really need to produce this png by Sage? Why not direct LaTeX and some postprocessors? btw: for example matht

[sage-support] Modular Symbols and irregular cusps

2010-01-03 Thread Kilian
Hello, i have a problem with sage and modular symbols for Gamma1(4) and odd weight k, where the cusp 1/2 is irregular. According to Merel, there is (for k>2) an exact sequence: 0-> S_k -> M_k -> B_k -> 0 Here B_k is the boundary space and S_k is the cuspidal subspace. Let the weight k be 7. I

Re: [sage-support] Modular Symbols and irregular cusps

2010-01-03 Thread Alex Ghitza
Hi Kilian, I am forwarding this to the sage-nt mailing list as well since you might get a larger audience. Best, Alex On Sun, 3 Jan 2010 13:51:19 -0800 (PST), Kilian wrote: > Hello, > > i have a problem with sage and modular symbols for Gamma1(4) and odd > weight k, where the cusp 1/2 is ir

Re: [sage-support] SAGE and .NET interoperability.

2010-01-03 Thread Carlos Córdoba
Gentoo has the ability to compile software in Microsoft's SUA. Maybe it could be useful to port sage. You can check out some docs here . 2010/1/3 Dima Pasechnik > Dave, > it makes no sense to compare cygwin and virtualbox by Googlehits. > Cygwin

Re: [sage-nt] Re: [sage-support] Modular Symbols and irregular cusps

2010-01-03 Thread William Stein
On Sun, Jan 3, 2010 at 1:57 PM, Alex Ghitza wrote: > > Hi Kilian, > > I am forwarding this to the sage-nt mailing list as well since you might > get a larger audience. > > > Best, > Alex > > > On Sun, 3 Jan 2010 13:51:19 -0800 (PST), Kilian > wrote: >> Hello, >> >> i have a problem with sage and

Re: [sage-support] Re: Problem installing sage on ArchLinux.

2010-01-03 Thread Alex Ghitza
On Sun, 3 Jan 2010 06:30:15 -0800 (PST), Eugene Goldberg wrote: > Thanks for the advice, I had some problems building previous version > of sage, and like that one - it solved by building sage from source. I > guess building from source is the best way to avoid many problems. > Glad to hear it

Re: [sage-support] Re: Problem installing sage on ArchLinux.

2010-01-03 Thread William Stein
On Sun, Jan 3, 2010 at 4:16 PM, Alex Ghitza wrote: > On Sun, 3 Jan 2010 06:30:15 -0800 (PST), Eugene Goldberg > wrote: >> Thanks for the advice, I had some problems building previous version >> of sage, and like that one - it solved by building sage from source. I >> guess building from source i

Re: [sage-support] Re: Problem installing sage on ArchLinux.

2010-01-03 Thread William Stein
On Sun, Jan 3, 2010 at 4:16 PM, Alex Ghitza wrote: > On Sun, 3 Jan 2010 06:30:15 -0800 (PST), Eugene Goldberg > wrote: >> Thanks for the advice, I had some problems building previous version >> of sage, and like that one - it solved by building sage from source. I >> guess building from source i

Re: [sage-support] Re: Problem installing sage on ArchLinux.

2010-01-03 Thread Alex Ghitza
On Sun, 3 Jan 2010 16:46:07 -0800, William Stein wrote: > 1. I already produce 64-bit binaries (which should be posted). OK. They're not appearing in the binary->Linux->64 bit directory, at least on the mirrors that I looked at. > 2. Did you set > > export SAGE_FAT_BINARY="yes" No, I didn'

Re: [sage-support] Re: Problem installing sage on ArchLinux.

2010-01-03 Thread William Stein
On Sun, Jan 3, 2010 at 4:49 PM, Alex Ghitza wrote: > On Sun, 3 Jan 2010 16:46:07 -0800, William Stein wrote: > >> 1. I already produce 64-bit binaries (which should be posted). > > OK.  They're not appearing in the binary->Linux->64 bit directory, at > least on the mirrors that I looked at. Oops