Re: [sage-devel] import scipy failing in sage 4.6.alpha1

2010-09-24 Thread Niles Johnson
Oh, according to my install log I had the same problem; I was fooled by the fact that sage started up fine. But now I think I have a solution: I got curious about what PIL is, and while googling I came across this nice page http://www.sagemath.org/doc/installation/source.html which lists a lot

Re: [sage-devel] import scipy failing in sage 4.6.alpha1

2010-09-24 Thread Minh Nguyen
Hi Niles, On Fri, Sep 24, 2010 at 7:58 AM, Niles wrote: > Is there something easy I "forgot" to do? I couldn't even get Sage to compile successfully on that machine. Doing a serial compilation with $ make resulted in /usr/local/lib/libpython2.6.a: could not read symbols: Bad value collect2: l

[sage-devel] import scipy failing in sage 4.6.alpha1

2010-09-23 Thread Niles
I just compiled 4.6.alpha1 on the machine rosemary.math at UGA (24- core SUN machine running Redhat Linux Enterprise Edition) with (I thought) no problems. But now I get sage: import scipy Traceback (most recent call last): ... ImportError: No module named scipy Importing scipy works fine on th