[sage-devel] Re: Figuring out imports required when moving from a .sage to a .py file?

2015-10-06 Thread Tom Kitchen
Thankyou for all that information. I'm sure I will have some more questions once I have had a chance to chew through all of that. On Tuesday, 6 October 2015 22:17:25 UTC+8, Travis Scrimshaw wrote: > > Something else to consider is that Sage has a preparser and that can come > into play. To see w

[sage-devel] Figuring out imports required when moving from a .sage to a .py file?

2015-10-06 Thread Tom Kitchen
Hi, I have recently installed sage from source and am trying to implement fourier transforms. I wrote a piece of sage code which does the job for some function f. var('t', 'k','x','a') assume(a > 0, k > 0) # Define the function that that we will transform f = e^ - (a * abs(x)) # Apply the t

[sage-devel] Re: Error installing package ncurses-5.9.20131221

2015-10-03 Thread Tom Kitchen
> Alternatively, the self-contained source tarball is at > http://www.sagemath.org/download-latest.html > > > On Saturday, October 3, 2015 at 10:35:58 AM UTC+2, Tom Kitchen wrote: >> >> I get the following error when trying to compile sage with gcc 5.2. I >

[sage-devel] Error installing package ncurses-5.9.20131221

2015-10-03 Thread Tom Kitchen
I get the following error when trying to compile sage with gcc 5.2. I believe it is the same as the ticket here http://trac.sagemath.org/ticket/18977#no1. I am running Manjaro linux.