On Jan 21, 9:24 pm, Minh Nguyen <
nguyenmi...@gmail.com> wrote:
> Hi folks,
Hi Minh,
> I'm trying to build sage-3.2.3 under SLES 10 with the following system
> information:
>
> $ uname -a:
> Linux burnet-usr 2.6.16.27-0.9-bigsmp #1 SMP Tue Feb 13 09:35:18 UTC
> 2007 i686 i686 i386 GNU/Linux
>
> The GCC version is 4.1.0. But when it comes to building the numpy
> version that's packaged with sage-3.2.3, I received a build error.
> Below is a snippet of the relevant install log. For those who want to
> see the full install log, you can find it athttp://
nguyenminh2.googlepages.com/sage-3.2.3-install.log.bz2. Any
> ideas on what's going on?
<SNIP>
> from math import log as _log, exp as _exp, pi as _pi, e as _e, ceil as _ceil
> ImportError: No module named math
> Error building numpy.
This looks like a problem with Python. Can you verify that Python
works, i.e. that "import math" doesn't blow up"?
> --
> Regards
> Minh Van Nguyen
Cheers,
Michael