[sage-devel] Sage can't find Python on ARM?

2012-10-13 Thread jaebond
I am attempting to run Sage on my Android phone via a Linux image on my sd card. I have Ubuntu 12.04 running on an ARM7 processor, so I downloaded the ARM version of Sage posted on the mirrors. However, after unpacking, Sage won't run, it just shows the intro box and then exits. Upon running

Re: [sage-devel] Sage can't find Python on ARM?

2012-10-13 Thread jaebond
For right now, I've been attempting to run it on my wife's old Samsung Fascinate. It has a 1ghz processor overclocked to the standard 1.2ghz. Having just looked up the RAM it apparently only has 384 MB. The image I am running it on has 8 GB of memory. Jacob -- You received this message becaus

[sage-devel] Re: Sage can't find Python on ARM?

2012-10-14 Thread jaebond
On Sunday, October 14, 2012 3:09:25 AM UTC-4, Johan Grönqvist wrote: > > Just a remark: This is not primarily about the actual hardware specs, > but about the assumptions that the OS makes on hardware specs, like the > difference between x86 and the 64-bit version. If I install a 32 bit > ubuntu

[sage-devel] Re: Sage can't find Python on ARM?

2012-10-14 Thread jaebond
On Sunday, October 14, 2012 3:09:25 AM UTC-4, Johan Grönqvist wrote: > > Just a remark: This is not primarily about the actual hardware specs, > but about the assumptions that the OS makes on hardware specs, like the > difference between x86 and the 64-bit version. If I install a 32 bit > ubuntu

[sage-devel] Re: Sage can't find Python on ARM?

2012-10-15 Thread jaebond
On Monday, October 15, 2012 1:17:57 AM UTC-4, Johan Grönqvist wrote: > > 2012-10-15 01:36, jaebond skrev: > > On Sunday, October 14, 2012 3:09:25 AM UTC-4, Johan Gr�nqvist wrote: > > > > "gcc -v" can tell you what you have ; in my case the target is &

[sage-devel] Re: Sage can't find Python on ARM?

2012-10-19 Thread jaebond
I didn't have much luck trying to install the dependencies. When I tried ldd /home/ubuntu/sage/local/bin/python, it came back with Not a dynamic executable. I went ahead and did ldd and the system python and attempted to install those libraries. However, I'm not sure if I couldn't find the r

[sage-devel] Re: Sage 5.4 on ARM

2012-12-07 Thread jaebond
mmarco, I had been working on this exact same issue a few months ago. Would you mind explaining what you did to fix your issue? On Friday, December 7, 2012 7:55:55 AM UTC-5, mmarco wrote: > > Nevermind, i found the problem: i had to use an armhf ubuntu. > > On 7 dic, 13:15, mmarco wrote: > >

[sage-devel] Re: Sage 5.4 on ARM

2012-12-08 Thread jaebond
st the very basic system tools), where sage should work > just fine. > > I do have a 7gb image with a lightweight desktop, vnc server, and some > applications installed (although for example qt apps don't render > well, and firefox and chromium don't work eithe

[sage-devel] Re: Sage 5.4 on ARM

2012-12-08 Thread jaebond
ine. > > I do have a 7gb image with a lightweight desktop, vnc server, and some > applications installed (although for example qt apps don't render > well, and firefox and chromium don't work either, so i have replaced > them by some alternatives). > > I can try to u

[sage-devel] Re: Sage 5.4 on ARM

2012-12-08 Thread jaebond
t apps don't render > well, and firefox and chromium don't work either, so i have replaced > them by some alternatives). > > I can try to upload it somewhere, if people is interested. > > On 7 dic, 23:46, jaebond wrote: > > mmarco, > > > > I had

[sage-devel] Re: Sage 5.4 on ARM

2012-12-20 Thread jaebond
mmarco, Things got pretty crazy and I haven't had a chance to take a look yet, but I should be able to give it a try in the next day or two. Thank you again for your help. On Thursday, December 13, 2012 6:35:52 AM UTC-5, mmarco wrote: > > jaebond, did you try the image i linked?

[sage-devel] Re: Sage 5.4 on ARM

2012-12-21 Thread jaebond
image you provided? On Thursday, December 13, 2012 6:35:52 AM UTC-5, mmarco wrote: > > jaebond, did you try the image i linked? did it work for you? > > On 9 dic, 10:56, mmarco wrote: > > I have made a zip archive with both the image and the scripts that i > > use. you ca

[sage-devel] Re: Sage 5.4 on ARM

2012-12-21 Thread jaebond
I think I got the image working with the linux app I've been using (Complete Linux Installer), so I'll give Sage a try tomorrow or Sunday. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To post to this group, send email to sage-devel@googlegroup

[sage-devel] `solve`, list of single variable, and `solution_dict=True` results in a bug

2018-01-03 Thread jaebond
If solve is called with list containing a single variable and solution_dict=True, the code tries to iterate over the solution, but can't because it is not an Expression rather than a list of expressions. As an example, solve(x, [x], solution_dict=True) The problem occurs at the end of _solve_